Searched refs:LEGlyphStorage (Results 1 - 25 of 77) sorted by relevance

1234

/external/icu4c/layout/
H A DMPreFixups.h19 class LEGlyphStorage;
32 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
H A DSegmentArrayProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSegmentSingleProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSimpleArrayProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSingleTableProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DIndicRearrangementProcessor.h23 class LEGlyphStorage;
30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
34 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
H A DCanonShaping.h14 class LEGlyphStorage;
23 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
H A DKernTable.h17 //#include "LEGlyphStorage.h"
24 class LEGlyphStorage;
46 void process(LEGlyphStorage& storage);
H A DNonContextualGlyphSubstProc.h22 class LEGlyphStorage;
27 virtual void process(LEGlyphStorage &glyphStorage) = 0;
H A DSubtableProcessor.h20 class LEGlyphStorage;
24 virtual void process(LEGlyphStorage &glyphStorage) = 0;
H A DTrimmedArrayProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DLEGlyphStorage.cpp10 #include "LEGlyphStorage.h"
14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage)
21 LEGlyphStorage::LEGlyphStorage() function in class: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
[all...]
H A DLEGlyphStorage.h34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback class in inherits:UObject,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
[all...]
H A DArabicShaping.h20 class LEGlyphStorage;
60 le_bool rightToLeft, LEGlyphStorage &glyphStorage);
73 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
H A DGXLayoutEngine.h19 class LEGlyphStorage;
105 LEGlyphStorage &glyphStorage, LEErrorCode &success);
120 LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DMorphTables.h20 class LEGlyphStorage;
50 void process(LEGlyphStorage &glyphStorage) const;
80 void process(LEGlyphStorage &glyphStorage) const;
H A DStateTableProcessor.h22 class LEGlyphStorage;
27 void process(LEGlyphStorage &glyphStorage);
31 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
H A DThaiLayoutEngine.h19 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);
H A DArabicLayoutEngine.h117 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);
H A DContextualGlyphSubstProc.h23 class LEGlyphStorage;
30 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
H A DGlyphPositioningTables.h22 class LEGlyphStorage;
29 void process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DGlyphSubstitutionTables.h22 class LEGlyphStorage;
28 le_int32 process(LEGlyphStorage &glyphStorage,
H A DHanLayoutEngine.h20 class LEGlyphStorage;
100 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DLigatureSubstProc.h23 class LEGlyphStorage;
32 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
H A DOpenTypeLayoutEngine.h274 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);

Completed in 143 milliseconds

1234