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

1234

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DMPreFixups.h44 class LEGlyphStorage;
57 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
H A DSegmentArrayProcessor2.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSegmentSingleProcessor.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSegmentArrayProcessor.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DTrimmedArrayProcessor.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DCanonShaping.h39 class LEGlyphStorage;
50 LEUnicode *outChars, LEGlyphStorage &glyphStorage);
H A DKernTable.h43 //#include "LEGlyphStorage.h"
50 class LEGlyphStorage;
72 void process(LEGlyphStorage& storage, LEErrorCode &success);
H A DSimpleArrayProcessor2.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSegmentSingleProcessor2.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSimpleArrayProcessor.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSingleTableProcessor2.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSingleTableProcessor.h48 class LEGlyphStorage;
53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DLEGlyphStorage.cpp35 #include "LEGlyphStorage.h"
39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEGlyphStorage)
46 LEGlyphStorage::LEGlyphStorage() function in class:LEGlyphStorage
53 LEGlyphStorage::~LEGlyphStorage()
58 void LEGlyphStorage::reset()
90 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success)
151 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success)
173 le_int32 LEGlyphStorage
[all...]
H A DLEGlyphStorage.h59 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback class in inherits:UObject,LEInsertionCallback
140 * Allocates an empty <code>LEGlyphStorage</code> object. You must call
146 LEGlyphStorage();
153 ~LEGlyphStorage();
470 * @param from the <code>LEGlyphStorage</code> object from which
475 void adoptGlyphArray(LEGlyphStorage &from);
482 * @param from the <code>LEGlyphStorage</code> object from which
487 void adoptCharIndicesArray(LEGlyphStorage &from);
494 * @param from the <code>LEGlyphStorage</code> object from which
499 void adoptPositionArray(LEGlyphStorage
[all...]
H A DGXLayoutEngine2.h43 class LEGlyphStorage;
129 LEGlyphStorage &glyphStorage, LEErrorCode &success);
144 LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DGXLayoutEngine.h44 class LEGlyphStorage;
130 LEGlyphStorage &glyphStorage, LEErrorCode &success);
145 LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DContextualGlyphInsertionProc2.h49 class LEGlyphStorage;
56 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage,
89 void doInsertion(LEGlyphStorage &glyphStorage,
H A DIndicRearrangementProcessor.h48 class LEGlyphStorage;
55 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success);
59 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb, LEErrorCode &success) const;
H A DIndicRearrangementProcessor2.h48 class LEGlyphStorage;
55 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
59 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb, LEErrorCode &success) const;
H A DStateTableProcessor2.h48 class LEGlyphStorage;
53 void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
57 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) = 0;
H A DArabicShaping.h45 class LEGlyphStorage;
85 le_bool rightToLeft, LEGlyphStorage &glyphStorage);
100 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
H A DStateTableProcessor.h47 class LEGlyphStorage;
52 void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
56 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success) = 0;
H A DThaiLayoutEngine.h44 class LEGlyphStorage;
141 LEGlyphStorage &glyphStorage, LEErrorCode &success);
163 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DArabicLayoutEngine.h142 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
161 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
163 // static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
226 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
245 LEGlyphStorage &glyphStorage, LEErrorCode &success);
261 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DNonContextualGlyphSubstProc.h47 class LEGlyphStorage;
52 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;

Completed in 180 milliseconds

1234