HomeSort by relevance Sort by last modified time
    Searched refs:LEGlyphStorage (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/icu4c/layout/
IndicRearrangementProcessor.h 23 class LEGlyphStorage;
30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
CanonShaping.h 14 class LEGlyphStorage;
23 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
MPreFixups.h 19 class LEGlyphStorage;
32 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
NonContextualGlyphSubstProc.h 22 class LEGlyphStorage;
27 virtual void process(LEGlyphStorage &glyphStorage) = 0;
SegmentArrayProcessor.h 23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
SegmentSingleProcessor.h 23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
SimpleArrayProcessor.h 23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
SingleTableProcessor.h 23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
SubtableProcessor.h 20 class LEGlyphStorage;
24 virtual void process(LEGlyphStorage &glyphStorage) = 0;
TrimmedArrayProcessor.h 23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
GXLayoutEngine.h 19 class LEGlyphStorage;
105 LEGlyphStorage &glyphStorage, LEErrorCode &success);
120 LEGlyphStorage &glyphStorage, LEErrorCode &success);
StateTableProcessor.h 22 class LEGlyphStorage;
27 void process(LEGlyphStorage &glyphStorage);
31 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
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);
ContextualGlyphSubstProc.h 23 class LEGlyphStorage;
30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
KernTable.h 17 //#include "LEGlyphStorage.h"
24 class LEGlyphStorage;
46 void process(LEGlyphStorage& storage);
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 274 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success);
306 LEGlyphStorage &glyphStorage, LEErrorCode &success);
308 virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
335 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
359 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
376 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
LayoutEngine.h 19 class LEGlyphStorage;
77 LEGlyphStorage *fGlyphStorage;
175 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
203 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
218 virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success);
240 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
281 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success);
295 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
316 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
ArabicShaping.h 20 class LEGlyphStorage;
60 le_bool rightToLeft, LEGlyphStorage &glyphStorage);
73 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
IndicLayoutEngine.h 24 class LEGlyphStorage;
124 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
155 LEGlyphStorage &glyphStorage, LEErrorCode &success);
MorphTables.h 20 class LEGlyphStorage;
50 void process(LEGlyphStorage &glyphStorage) const;
80 void process(LEGlyphStorage &glyphStorage) const;
GlyphPositioningTables.h 22 class LEGlyphStorage;
29 void process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
GlyphSubstitutionTables.h 22 class LEGlyphStorage;
28 le_int32 process(LEGlyphStorage &glyphStorage,

Completed in 96 milliseconds

1 2 3 4