Searched refs:lastGlyph (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor.cpp63 lastGlyph = 0;
78 lastGlyph = currGlyph;
111 while (x <= lastGlyph) {
118 glyphStorage[lastGlyph] = a;
119 glyphStorage.setCharIndex(lastGlyph, ia, success);
123 d = glyphStorage[lastGlyph];
124 id = glyphStorage.getCharIndex(lastGlyph, success);
125 x = lastGlyph - 1;
141 id = glyphStorage.getCharIndex(lastGlyph, success);
143 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
[all...]
H A DIndicRearrangementProcessor2.cpp60 lastGlyph = 0;
76 lastGlyph = currGlyph;
108 while (x <= lastGlyph) {
115 glyphStorage[lastGlyph] = a;
116 glyphStorage.setCharIndex(lastGlyph, ia, success);
120 d = glyphStorage[lastGlyph];
121 id = glyphStorage.getCharIndex(lastGlyph, success);
122 x = lastGlyph - 1;
138 id = glyphStorage.getCharIndex(lastGlyph, success);
140 glyphStorage[firstGlyph] = glyphStorage[lastGlyph];
[all...]
H A DOpenTypeTables.h65 TTGlyphID lastGlyph; member in struct:GlyphRangeRecord
H A DTrimmedArrayProcessor.h78 TTGlyphID lastGlyph; member in class:TrimmedArrayProcessor
H A DTrimmedArrayProcessor.cpp50 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(0)
61 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
78 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
H A DIndicRearrangementProcessor.h80 le_int32 lastGlyph; member in class:IndicRearrangementProcessor
H A DIndicRearrangementProcessor2.h80 le_int32 lastGlyph; member in class:IndicRearrangementProcessor2
H A DTrimmedArrayProcessor2.h78 TTGlyphID lastGlyph; member in class:TrimmedArrayProcessor2
H A DTrimmedArrayProcessor2.cpp56 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
74 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
H A DStateTableProcessor.h73 TTGlyphID lastGlyph; member in class:StateTableProcessor
H A DLookupTables.cpp64 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
73 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
H A DStateTableProcessor.cpp60 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
93 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DLookupTables.h64 TTGlyphID lastGlyph; member in struct:LookupSegment
H A DClassDefinitionTables.cpp100 TTGlyphID lastGlyph = firstGlyph + count; local
102 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
H A DContextualGlyphSubstProc2.cpp153 TTGlyphID lastGlyph = firstGlyph + glyphCount; local
155 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DStateTableProcessor2.cpp202 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); local
218 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DOpenTypeUtilities.cpp146 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {

Completed in 38 milliseconds