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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DIndicRearrangementProcessor.cpp63 lastGlyph = 0;
83 lastGlyph = currGlyph;
110 if (firstGlyph > lastGlyph) {
118 if (firstGlyph == lastGlyph) break;
127 while (x <= lastGlyph) {
134 glyphStorage[lastGlyph] = a;
135 glyphStorage.setCharIndex(lastGlyph, ia, success);
139 if (firstGlyph == lastGlyph) break;
140 if (lastGlyph - 1 > lastGlyph) {
[all...]
H A DIndicRearrangementProcessor2.cpp60 lastGlyph = 0;
81 lastGlyph = currGlyph;
107 if (firstGlyph > lastGlyph) {
115 if (firstGlyph == lastGlyph) break;
124 while (x <= lastGlyph) {
131 glyphStorage[lastGlyph] = a;
132 glyphStorage.setCharIndex(lastGlyph, ia, success);
136 if (firstGlyph == lastGlyph) break;
137 if (lastGlyph - 1 > lastGlyph) {
[all...]
H A DSegmentArrayProcessor2.cpp75 TTGlyphID lastGlyph = SWAPW(lookupSegment->lastGlyph); local
78 LEReferenceToArrayOf<TTGlyphID> glyphArray(subtableHeader, success, offset, lastGlyph - firstGlyph + 1);
79 if (offset != 0 && thisGlyphId <= lastGlyph && thisGlyphId >= firstGlyph && LE_SUCCESS(success) ) {
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 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 DIndicRearrangementProcessor.h80 le_int32 lastGlyph; member in class:IndicRearrangementProcessor
H A DIndicRearrangementProcessor2.h80 le_int32 lastGlyph; member in class:IndicRearrangementProcessor2
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);
95 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DLookupTables.h64 TTGlyphID lastGlyph; member in struct:LookupSegment
H A DContextualGlyphSubstProc2.cpp161 TTGlyphID lastGlyph = firstGlyph + glyphCount; local
163 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DClassDefinitionTables.cpp100 TTGlyphID lastGlyph = firstGlyph + count; local
102 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
H A DStateTableProcessor2.cpp206 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); local
223 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
H A DOpenTypeUtilities.cpp147 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {

Completed in 63 milliseconds