Searched refs:processStateEntry (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstProc.h55 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
H A DIndicRearrangementProcessor.h55 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
H A DIndicRearrangementProcessor2.h55 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
H A DContextualGlyphInsertionProc2.h56 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage,
H A DContextualGlyphSubstProc2.h55 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success);
H A DLigatureSubstProc.h57 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index);
H A DLigatureSubstProc2.h57 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
H A DStateTableProcessor.h56 virtual ByteOffset processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) = 0;
H A DStateTableProcessor2.h57 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) = 0;
H A DStateTableProcessor2.cpp118 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex); // return a zero-based index instead of a byte offset
153 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex, success);
193 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex, success);
224 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex, success);
H A DContextualGlyphSubstProc.cpp69 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) function in class:ContextualGlyphSubstitutionProcessor
H A DStateTableProcessor.cpp101 currentState = processStateEntry(glyphStorage, currGlyph, entryTableIndex);
H A DContextualGlyphInsertionProc2.cpp98 le_uint16 ContextualGlyphInsertionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, function in class:ContextualGlyphInsertionProcessor2
H A DLigatureSubstProc.cpp70 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) function in class:LigatureSubstitutionProcessor
H A DContextualGlyphSubstProc2.cpp65 le_uint16 ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, function in class:ContextualGlyphSubstitutionProcessor2
H A DLigatureSubstProc2.cpp73 le_uint16 LigatureSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success) function in class:LigatureSubstitutionProcessor2
H A DIndicRearrangementProcessor.cpp66 ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index) function in class:IndicRearrangementProcessor
H A DIndicRearrangementProcessor2.cpp63 le_uint16 IndicRearrangementProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, function in class:IndicRearrangementProcessor2

Completed in 35 milliseconds