#include <BidiResolver.h>
|
| ~BidiResolverWithIsolate () |
|
void | incrementInternal () |
|
void | appendRunInternal () |
|
Vector< IsolateRun > & | isolatedRuns () |
|
| ~BidiResolverWithIsolate () |
|
void | incrementInternal () |
|
void | appendRunInternal () |
|
Vector< IsolateRun > & | isolatedRuns () |
|
const Iterator & | position () const |
|
const Iterator & | position () const |
|
void | setPositionIgnoringNestedIsolates (const Iterator &position) |
|
void | setPositionIgnoringNestedIsolates (const Iterator &position) |
|
void | setPosition (const Iterator &position, unsigned nestedIsolatedCount) |
|
void | setPosition (const Iterator &position, unsigned nestedIsolatedCount) |
|
void | increment () |
|
void | increment () |
|
BidiContext * | context () const |
|
BidiContext * | context () const |
|
void | setContext (RefPtr< BidiContext > &&context) |
|
void | setContext (RefPtr< BidiContext > &&context) |
|
void | setLastDir (UCharDirection lastDir) |
|
void | setLastDir (UCharDirection lastDir) |
|
void | setLastStrongDir (UCharDirection lastStrongDir) |
|
void | setLastStrongDir (UCharDirection lastStrongDir) |
|
void | setEorDir (UCharDirection eorDir) |
|
void | setEorDir (UCharDirection eorDir) |
|
UCharDirection | dir () const |
|
UCharDirection | dir () const |
|
void | setDir (UCharDirection direction) |
|
void | setDir (UCharDirection direction) |
|
const BidiStatus & | status () const |
|
const BidiStatus & | status () const |
|
void | setStatus (BidiStatus status) |
|
void | setStatus (BidiStatus status) |
|
WhitespaceCollapsingState< Iterator > & | whitespaceCollapsingState () |
|
WhitespaceCollapsingState< Iterator > & | whitespaceCollapsingState () |
|
void | enterIsolate () |
|
void | enterIsolate () |
|
void | exitIsolate () |
|
void | exitIsolate () |
|
bool | inIsolate () const |
|
bool | inIsolate () const |
|
void | embed (UCharDirection, BidiEmbeddingSource) |
|
void | embed (UCharDirection, BidiEmbeddingSource) |
|
bool | commitExplicitEmbedding () |
|
bool | commitExplicitEmbedding () |
|
void | createBidiRunsForLine (const Iterator &end, VisualDirectionOverride=NoVisualOverride, bool hardLineBreak=false) |
|
void | createBidiRunsForLine (const Iterator &end, VisualDirectionOverride=NoVisualOverride, bool hardLineBreak=false) |
|
BidiRunList< Run > & | runs () |
|
BidiRunList< Run > & | runs () |
|
void | markCurrentRunEmpty () |
|
void | markCurrentRunEmpty () |
|
void | setWhitespaceCollapsingTransitionForIsolatedRun (Run &, size_t) |
|
void | setWhitespaceCollapsingTransitionForIsolatedRun (Run &, size_t) |
|
unsigned | whitespaceCollapsingTransitionForIsolatedRun (Run &) |
|
unsigned | whitespaceCollapsingTransitionForIsolatedRun (Run &) |
|
◆ ~BidiResolverWithIsolate() [1/2]
template<typename Iterator , typename Run , typename IsolateRun >
◆ ~BidiResolverWithIsolate() [2/2]
template<typename Iterator , typename Run , typename IsolateRun >
◆ appendRunInternal() [1/2]
void WebCore::InlineBidiResolver::appendRunInternal |
( |
| ) |
|
|
inline |
◆ appendRunInternal() [2/2]
template<typename Iterator , typename Run , typename IsolateRun >
◆ incrementInternal() [1/2]
void WebCore::InlineBidiResolver::incrementInternal |
( |
| ) |
|
|
inline |
◆ incrementInternal() [2/2]
template<typename Iterator , typename Run , typename IsolateRun >
◆ isolatedRuns() [1/2]
template<typename Iterator , typename Run , typename IsolateRun >
◆ isolatedRuns() [2/2]
template<typename Iterator , typename Run , typename IsolateRun >
The documentation for this class was generated from the following files: