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

1234

/macosx-10.9.5/ICU-511.35/icuSources/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 DSegmentArrayProcessor2.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSegmentSingleProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSegmentSingleProcessor2.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSimpleArrayProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSimpleArrayProcessor2.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSingleTableProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DSingleTableProcessor2.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 DIndicRearrangementProcessor2.h23 class LEGlyphStorage;
30 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 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 DNonContextualGlyphSubstProc2.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 DSubtableProcessor2.h20 class LEGlyphStorage;
24 virtual void process(LEGlyphStorage &glyphStorage) = 0;
H A DTrimmedArrayProcessor.h23 class LEGlyphStorage;
28 virtual void process(LEGlyphStorage &glyphStorage);
H A DTrimmedArrayProcessor2.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 DGXLayoutEngine2.h18 class LEGlyphStorage;
104 LEGlyphStorage &glyphStorage, LEErrorCode &success);
119 LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DStateTableProcessor.h22 class LEGlyphStorage;
27 void process(LEGlyphStorage &glyphStorage);
31 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;

Completed in 208 milliseconds

1234