Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DIndicRearrangementProcessor.cpp38 lastGlyph = 0; in beginStateTable()
53 lastGlyph = currGlyph; in processStateEntry()
86 while (x <= lastGlyph) { in doRearrangementAction()
93 glyphStorage[lastGlyph] = a; in doRearrangementAction()
94 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction()
98 d = glyphStorage[lastGlyph]; in doRearrangementAction()
99 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()
100 x = lastGlyph - 1; in doRearrangementAction()
116 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()
118 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
[all …]
DIndicRearrangementProcessor2.cpp35 lastGlyph = 0; in beginStateTable()
51 lastGlyph = currGlyph; in processStateEntry()
83 while (x <= lastGlyph) { in doRearrangementAction()
90 glyphStorage[lastGlyph] = a; in doRearrangementAction()
91 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction()
95 d = glyphStorage[lastGlyph]; in doRearrangementAction()
96 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()
97 x = lastGlyph - 1; in doRearrangementAction()
113 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()
115 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
[all …]
DTrimmedArrayProcessor.cpp25 …: NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(… in TrimmedArrayProcessor()
36 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor()
53 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
DTrimmedArrayProcessor2.cpp31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor2()
49 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
DStateTableProcessor.cpp35 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs); in StateTableProcessor()
68 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()
DLookupTables.cpp39 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
48 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
DClassDefinitionTables.cpp75 TTGlyphID lastGlyph = firstGlyph + count; in getGlyphClass() local
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) { in getGlyphClass()
DContextualGlyphSubstProc2.cpp128 TTGlyphID lastGlyph = firstGlyph + glyphCount; in lookup() local
130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in lookup()
DOpenTypeTables.h40 TTGlyphID lastGlyph; member
DTrimmedArrayProcessor.h53 TTGlyphID lastGlyph; variable
DTrimmedArrayProcessor2.h53 TTGlyphID lastGlyph; variable
DIndicRearrangementProcessor2.h55 le_int32 lastGlyph; variable
DIndicRearrangementProcessor.h55 le_int32 lastGlyph; variable
DStateTableProcessor2.cpp184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); in process() local
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()
DStateTableProcessor.h48 TTGlyphID lastGlyph; variable
DLookupTables.h39 TTGlyphID lastGlyph; member
DOpenTypeUtilities.cpp122 …ords(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) { in getGlyphRangeIndex()