Searched refs:markIndex (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstitution.h72 le_uint16 markIndex; member in struct:ContextualGlyphStateEntry2
H A DContextualGlyphInsertionProc2.cpp108 le_int16 markIndex = SWAPW(entry->markedInsertionListIndex); local
109 if (markIndex > 0) {
113 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success);
H A DContextualGlyphSubstProc2.cpp73 le_int16 markIndex = SWAPW(entry->markIndex); local
76 if (markIndex != -1) {
77 le_uint32 offset = SWAPL(perGlyphTable(markIndex, success));

Completed in 736 milliseconds