Searched refs:lastGlyph (Results 1 – 12 of 12) sorted by relevance
35 lastGlyph = 0; in beginStateTable()49 lastGlyph = currGlyph; in processStateEntry()82 while (x <= lastGlyph) { in doRearrangementAction()89 glyphStorage[lastGlyph] = a; in doRearrangementAction()90 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction()94 d = glyphStorage[lastGlyph]; in doRearrangementAction()95 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()96 x = lastGlyph - 1; in doRearrangementAction()112 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()114 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()[all …]
31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor()47 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
34 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs); in StateTableProcessor()63 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()
36 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()44 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount); in getGlyphClass() local71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) { in getGlyphClass()
53 TTGlyphID lastGlyph; variable
39 TTGlyphID lastGlyph; member
55 le_int32 lastGlyph; variable
48 TTGlyphID lastGlyph; variable
38 TTGlyphID lastGlyph; member
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) { in getGlyphRangeIndex()
444 bool lastGlyph = lastRun && i + 1 == glyphCount; in adjustGlyphsAndAdvances() local446 if (lastGlyph) in adjustGlyphsAndAdvances()490 if (!lastGlyph || m_run.allowsTrailingExpansion()) { in adjustGlyphsAndAdvances()