Home
last modified time | relevance | path

Searched refs:lastGlyph (Results 1 – 12 of 12) sorted by relevance

/external/icu4c/layout/
DIndicRearrangementProcessor.cpp35 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 …]
DTrimmedArrayProcessor.cpp31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor()
47 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
DStateTableProcessor.cpp34 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs); in StateTableProcessor()
63 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()
DLookupTables.cpp36 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
44 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
DClassDefinitionTables.cpp69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount); in getGlyphClass() local
71 if (ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) { in getGlyphClass()
DTrimmedArrayProcessor.h53 TTGlyphID lastGlyph; variable
DOpenTypeTables.h39 TTGlyphID lastGlyph; member
DIndicRearrangementProcessor.h55 le_int32 lastGlyph; variable
DStateTableProcessor.h48 TTGlyphID lastGlyph; variable
DLookupTables.h38 TTGlyphID lastGlyph; member
DOpenTypeUtilities.cpp105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) { in getGlyphRangeIndex()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp444 bool lastGlyph = lastRun && i + 1 == glyphCount; in adjustGlyphsAndAdvances() local
446 if (lastGlyph) in adjustGlyphsAndAdvances()
490 if (!lastGlyph || m_run.allowsTrailingExpansion()) { in adjustGlyphsAndAdvances()