Searched refs:firstGlyph (Results 1 – 16 of 16) sorted by relevance
34 firstGlyph = 0; in beginStateTable()45 firstGlyph = currGlyph; in processStateEntry()78 a = glyphStorage[firstGlyph]; in doRearrangementAction()79 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()80 x = firstGlyph + 1; in doRearrangementAction()98 while (x >= firstGlyph) { in doRearrangementAction()105 glyphStorage[firstGlyph] = d; in doRearrangementAction()106 glyphStorage.setCharIndex(firstGlyph, id, success); in doRearrangementAction()110 a = glyphStorage[firstGlyph]; in doRearrangementAction()111 ia = glyphStorage.getCharIndex(firstGlyph, success); in doRearrangementAction()[all …]
30 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph); in TrimmedArrayProcessor()31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor()47 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process()
33 firstGlyph = SWAPW(classTable->firstGlyph); in StateTableProcessor()34 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs); in StateTableProcessor()63 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()64 classCode = classTable->classArray[glyphCode - firstGlyph]; in process()
68 TTGlyphID firstGlyph = SWAPW(startGlyph); in getGlyphClass() local69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount); in getGlyphClass()71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) { in getGlyphClass()72 return SWAPW(classValueArray[ttGlyphID - firstGlyph]); in getGlyphClass()
47 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process() local48 le_int32 coverageIndex = getGlyphCoverage(firstGlyph); in process()90 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID(); in process() local91 le_int32 coverageIndex = getGlyphCoverage(firstGlyph); in process()98 le_int32 class1 = classDef1->getGlyphClass(firstGlyph); in process()
47 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph); in process() local52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process()
39 TTGlyphID firstGlyph; member84 TTGlyphID firstGlyph; member
93 if (SWAPW(records[extra].firstGlyph) <= glyphID) { in getGlyphRangeIndex()100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) { in getGlyphRangeIndex()105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) { in getGlyphRangeIndex()
52 TTGlyphID firstGlyph;
38 TTGlyphID firstGlyph; member
42 TTGlyphID firstGlyph; member
54 le_int32 firstGlyph;
47 TTGlyphID firstGlyph; variable
85 TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].firstGlyph); in getGlyphCoverage()
49 if (SWAPW(entry->firstGlyph) <= ttGlyph) { in lookupSegment()
262 uint16_t firstGlyph = first.fGlyphID; in isSpace() local263 SkScalar firstWidth = mLastPaint.measureText(&firstGlyph, sizeof(firstGlyph)); in isSpace()