Searched refs:EntryTableIndex2 (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DStateTableProcessor2.h57 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) = 0;
75 LEReferenceToArrayOf<EntryTableIndex2> stateArray;
H A DIndicRearrangementProcessor2.h55 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
H A DContextualGlyphInsertionProc2.h57 le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
H A DContextualGlyphSubstProc2.h55 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
H A DLigatureSubstProc2.h58 EntryTableIndex2 index, LEErrorCode &success);
H A DStateTables.h132 typedef le_uint16 EntryTableIndex2; typedef
H A DStateTableProcessor2.cpp65 stateArray = LEReferenceToArrayOf<EntryTableIndex2>(stHeader, success, stateArrayOffset, LE_UNBOUNDED_ARRAY);
116 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success));
151 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses,success));
191 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success));
222 EntryTableIndex2 entryTableIndex = SWAPW(stateArray(classCode + currentState * nClasses, success));
H A DContextualGlyphInsertionProc2.cpp99 EntryTableIndex2 index, LEErrorCode &success)
H A DContextualGlyphSubstProc2.cpp66 EntryTableIndex2 index, LEErrorCode &success)
H A DLigatureSubstProc2.cpp73 le_uint16 LigatureSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success)
H A DIndicRearrangementProcessor2.cpp64 EntryTableIndex2 index, LEErrorCode &success)

Completed in 46 milliseconds