Home
last modified time | relevance | path

Searched refs:newGlyph (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/layout/
DContextualGlyphSubstProc.cpp50 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(mGlyph)]); in processStateEntry() local
52 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
58 TTGlyphID newGlyph = SWAPW(table[LE_GET_GLYPH(thisGlyph)]); in processStateEntry() local
60 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
DSimpleArrayProcessor.cpp44 TTGlyphID newGlyph = SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]); in process() local
46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DSegmentSingleProcessor.cpp47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process() local
49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DTrimmedArrayProcessor.cpp48 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process() local
50 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DSegmentArrayProcessor.cpp52 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process() local
54 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()