Flutter Engine
The Flutter Engine
|
#include <SkUnicode.h>
Classes | |
struct | Region |
Public Types | |
enum | Direction { kLTR , kRTL } |
typedef int32_t | Position |
typedef uint8_t | Level |
Public Member Functions | |
virtual | ~SkBidiIterator ()=default |
virtual Position | getLength ()=0 |
virtual Level | getLevelAt (Position)=0 |
Definition at line 43 of file SkUnicode.h.
typedef uint8_t SkBidiIterator::Level |
Definition at line 46 of file SkUnicode.h.
typedef int32_t SkBidiIterator::Position |
Definition at line 45 of file SkUnicode.h.
|
virtualdefault |
|
pure virtual |
Implemented in SkBidiIterator_icu4x.
Implemented in SkBidiIterator_icu4x.