/external/icu/icu4c/source/layout/ |
MPreFixups.h | 19 class LEGlyphStorage; 32 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
|
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.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SimpleArrayProcessor2.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SingleTableProcessor.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
SingleTableProcessor2.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
TrimmedArrayProcessor.h | 23 class LEGlyphStorage; 28 virtual void process(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;
|
ThaiLayoutEngine.h | 19 class LEGlyphStorage; 116 LEGlyphStorage &glyphStorage, LEErrorCode &success); 138 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
CanonShaping.h | 14 class LEGlyphStorage; 25 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
|
KernTable.h | 18 //#include "LEGlyphStorage.h" 25 class LEGlyphStorage; 47 void process(LEGlyphStorage& storage, LEErrorCode &success);
|
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;
|
TrimmedArrayProcessor2.h | 23 class LEGlyphStorage; 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
ArabicLayoutEngine.h | 117 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success); 136 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success); 138 // static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 201 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success); 220 LEGlyphStorage &glyphStorage, LEErrorCode &success); 236 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
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...] |
LEGlyphStorage.h | 34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback 115 * Allocates an empty <code>LEGlyphStorage</code> object. You must call 121 LEGlyphStorage(); 128 ~LEGlyphStorage(); 445 * @param from the <code>LEGlyphStorage</code> object from which 450 void adoptGlyphArray(LEGlyphStorage &from); 457 * @param from the <code>LEGlyphStorage</code> object from which 462 void adoptCharIndicesArray(LEGlyphStorage &from); 469 * @param from the <code>LEGlyphStorage</code> object from which 474 void adoptPositionArray(LEGlyphStorage &from) [all...] |
OpenTypeLayoutEngine.h | 280 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success); 312 LEGlyphStorage &glyphStorage, LEErrorCode &success); 314 virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 341 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success); 365 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 382 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
LayoutEngine.h | 19 class LEGlyphStorage; 86 LEGlyphStorage *fGlyphStorage; 188 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success); 216 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 231 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success); 253 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success); 300 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success); 315 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success); 336 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
|