Searched refs:firstGlyph (Results 1 - 22 of 22) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DIndicRearrangementProcessor.cpp62 firstGlyph = 0;
79 firstGlyph = currGlyph;
110 if (firstGlyph > lastGlyph) {
118 if (firstGlyph == lastGlyph) break;
119 if (firstGlyph + 1 < firstGlyph) {
123 a = glyphStorage[firstGlyph];
124 ia = glyphStorage.getCharIndex(firstGlyph, success);
125 x = firstGlyph + 1;
139 if (firstGlyph
[all...]
H A DIndicRearrangementProcessor2.cpp59 firstGlyph = 0;
77 firstGlyph = currGlyph;
107 if (firstGlyph > lastGlyph) {
115 if (firstGlyph == lastGlyph) break;
116 if (firstGlyph + 1 < firstGlyph) {
120 a = glyphStorage[firstGlyph];
121 ia = glyphStorage.getCharIndex(firstGlyph, success);
122 x = firstGlyph + 1;
136 if (firstGlyph
[all...]
H A DTrimmedArrayProcessor.cpp50 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(0)
60 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph);
61 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
78 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
79 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
H A DTrimmedArrayProcessor2.cpp55 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph);
56 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
74 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
75 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success));
H A DSegmentArrayProcessor2.cpp74 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph); local
78 LEReferenceToArrayOf<TTGlyphID> glyphArray(subtableHeader, success, offset, lastGlyph - firstGlyph + 1);
79 if (offset != 0 && thisGlyphId <= lastGlyph && thisGlyphId >= firstGlyph && LE_SUCCESS(success) ) {
H A DStateTableProcessor.cpp59 firstGlyph = SWAPW(classTable->firstGlyph);
60 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
95 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
96 classCode = classTable->classArray[glyphCode - firstGlyph];
H A DOpenTypeTables.h64 TTGlyphID firstGlyph; member in struct:GlyphRangeRecord
H A DTrimmedArrayProcessor.h77 TTGlyphID firstGlyph; member in class:TrimmedArrayProcessor
H A DSegmentArrayProcessor.cpp73 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph); local
79 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
H A DTrimmedArrayProcessor2.h77 TTGlyphID firstGlyph; member in class:TrimmedArrayProcessor2
H A DLookupTables.h65 TTGlyphID firstGlyph; member in struct:LookupSegment
114 TTGlyphID firstGlyph; member in struct:TrimmedArrayLookupTable
H A DContextualGlyphSubstProc2.cpp159 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
161 TTGlyphID lastGlyph = firstGlyph + glyphCount;
163 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
166 newGlyph = SWAPW(valueArray(glyphCode - firstGlyph, success));
H A DClassDefinitionTables.cpp99 TTGlyphID firstGlyph = SWAPW(startGlyph); local
100 TTGlyphID lastGlyph = firstGlyph + count;
102 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
103 return SWAPW( classValueArrayRef(ttGlyphID - firstGlyph, success) );
H A DIndicRearrangementProcessor.h79 le_int32 firstGlyph; member in class:IndicRearrangementProcessor
H A DIndicRearrangementProcessor2.h79 le_int32 firstGlyph; member in class:IndicRearrangementProcessor2
H A DStateTables.h110 TTGlyphID firstGlyph; member in struct:ClassTable
H A DStateTableProcessor.h72 TTGlyphID firstGlyph; member in class:StateTableProcessor
H A DPairPositioningSubtables.cpp77 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); local
78 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success);
126 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); local
127 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success);
139 le_int32 class1 = classDef1->getGlyphClass(classDef1, firstGlyph, success);
H A DStateTableProcessor2.cpp205 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph); local
206 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
223 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
224 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
H A DCoverageTables.cpp122 TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].firstGlyph);
H A DLookupTables.cpp78 if (SWAPW(entry->firstGlyph) <= ttGlyph) {
H A DOpenTypeUtilities.cpp135 if (SWAPW(records(extra,success).firstGlyph) <= glyphID) {
142 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) {
147 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {

Completed in 72 milliseconds