/external/icu/icu4c/source/layout/ |
MPreFixups.h | 19 class LEGlyphStorage; 32 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
|
IndicRearrangementProcessor.h | 23 class LEGlyphStorage; 30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index); 34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
|
IndicRearrangementProcessor2.h | 23 class LEGlyphStorage; 30 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success); 34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
|
KernTable.h | 18 //#include "LEGlyphStorage.h" 25 class LEGlyphStorage; 47 void process(LEGlyphStorage& storage, LEErrorCode &success);
|
StateTableProcessor.h | 22 class LEGlyphStorage; 27 void process(LEGlyphStorage &glyphStorage, LEErrorCode &success); 31 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
|
StateTableProcessor2.h | 23 class LEGlyphStorage; 28 void process(LEGlyphStorage &glyphStorage, LEErrorCode &success); 32 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) = 0;
|
CanonShaping.h | 14 class LEGlyphStorage; 25 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
|
GlyphSubstitutionTables.h | 22 class LEGlyphStorage; 29 LEGlyphStorage &glyphStorage,
|
NonContextualGlyphSubstProc.h | 22 class LEGlyphStorage; 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
|
NonContextualGlyphSubstProc2.h | 22 class LEGlyphStorage; 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
|
SubtableProcessor.h | 20 class LEGlyphStorage; 24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
|
SubtableProcessor2.h | 20 class LEGlyphStorage; 24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
|
LEGlyphStorage.cpp | 10 #include "LEGlyphStorage.h" 14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage) 21 LEGlyphStorage::LEGlyphStorage() 28 LEGlyphStorage::~LEGlyphStorage() 33 void LEGlyphStorage::reset() 65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) 126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success) 148 le_int32 LEGlyphStorage::allocateAuxData(LEErrorCode &success [all...] |
ContextualGlyphSubstProc.h | 23 class LEGlyphStorage; 30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
|
GlyphPositioningTables.cpp | 14 #include "LEGlyphStorage.h" 19 void GlyphPositioningTableHeader::process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft,
|
GlyphPositioningTables.h | 23 class LEGlyphStorage; 30 void process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
|
GlyphSubstitutionTables.cpp | 15 #include "LEGlyphStorage.h" 21 LEGlyphStorage &glyphStorage,
|
LigatureSubstProc.h | 23 class LEGlyphStorage; 32 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
|
SegmentArrayProcessor.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SegmentArrayProcessor2.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SegmentSingleProcessor.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SegmentSingleProcessor2.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SimpleArrayProcessor.cpp | 13 #include "LEGlyphStorage.h" 35 void SimpleArrayProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
SimpleArrayProcessor.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SimpleArrayProcessor2.cpp | 13 #include "LEGlyphStorage.h" 37 void SimpleArrayProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
|