#include <BidiResolver.h>
Public Member Functions | |
| BidiCharacterRun (int start, int stop, BidiContext *context, WTF::Unicode::Direction dir) | |
| int | start () const |
| int | stop () const |
| unsigned char | level () const |
| bool | reversed (bool visuallyOrdered) |
| bool | dirOverride (bool visuallyOrdered) |
| BidiCharacterRun * | next () const |
Public Attributes | |
| unsigned char | m_level |
| int | m_start |
| int | m_stop |
| bool | m_override |
| BidiCharacterRun * | m_next |
| WebCore::BidiCharacterRun::BidiCharacterRun | ( | int | start, | |
| int | stop, | |||
| BidiContext * | context, | |||
| WTF::Unicode::Direction | dir | |||
| ) | [inline] |
| int WebCore::BidiCharacterRun::start | ( | ) | const [inline] |
| int WebCore::BidiCharacterRun::stop | ( | ) | const [inline] |
| unsigned char WebCore::BidiCharacterRun::level | ( | ) | const [inline] |
| bool WebCore::BidiCharacterRun::reversed | ( | bool | visuallyOrdered | ) | [inline] |
| bool WebCore::BidiCharacterRun::dirOverride | ( | bool | visuallyOrdered | ) | [inline] |
| BidiCharacterRun* WebCore::BidiCharacterRun::next | ( | ) | const [inline] |
| unsigned char WebCore::BidiCharacterRun::m_level |