Searched refs:lastGlyph (Results 1 – 17 of 17) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | IndicRearrangementProcessor.cpp | 38 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 …]
|
D | IndicRearrangementProcessor2.cpp | 35 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 …]
|
D | TrimmedArrayProcessor.cpp | 25 …: NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(… in TrimmedArrayProcessor() 36 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor() 53 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
|
D | TrimmedArrayProcessor2.cpp | 31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor2() 49 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
|
D | StateTableProcessor.cpp | 35 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs); in StateTableProcessor() 68 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()
|
D | LookupTables.cpp | 39 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment() 48 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
|
D | ClassDefinitionTables.cpp | 75 TTGlyphID lastGlyph = firstGlyph + count; in getGlyphClass() local 77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) { in getGlyphClass()
|
D | ContextualGlyphSubstProc2.cpp | 128 TTGlyphID lastGlyph = firstGlyph + glyphCount; in lookup() local 130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in lookup()
|
D | OpenTypeTables.h | 40 TTGlyphID lastGlyph; member
|
D | TrimmedArrayProcessor.h | 53 TTGlyphID lastGlyph; variable
|
D | TrimmedArrayProcessor2.h | 53 TTGlyphID lastGlyph; variable
|
D | IndicRearrangementProcessor2.h | 55 le_int32 lastGlyph; variable
|
D | IndicRearrangementProcessor.h | 55 le_int32 lastGlyph; variable
|
D | StateTableProcessor2.cpp | 184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount); in process() local 200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()
|
D | StateTableProcessor.h | 48 TTGlyphID lastGlyph; variable
|
D | LookupTables.h | 39 TTGlyphID lastGlyph; member
|
D | OpenTypeUtilities.cpp | 122 …ords(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) { in getGlyphRangeIndex()
|