Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DContextualGlyphSubstProc2.cpp54 TTGlyphID newGlyph = lookup(offset, mGlyph, success); in processStateEntry() local
55 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
61 TTGlyphID newGlyph = lookup(offset, thisGlyph, success); in processStateEntry() local
62 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
78 TTGlyphID newGlyph = 0xFFFF; in lookup() local
79 if(LE_FAILURE(success)) return newGlyph; in lookup()
81 if(LE_FAILURE(success)) return newGlyph; in lookup()
90 if(LE_FAILURE(success)) return newGlyph; in lookup()
92 newGlyph = SWAPW(lookupTable0->valueArray(glyphCode, success)); in lookup()
102 newGlyph = SWAPW(segment->value); in lookup()
[all …]
DContextualGlyphSubstProc.cpp55 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // w… in processStateEntry() local
57 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
62 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); /… in processStateEntry() local
64 glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in processStateEntry()
DSimpleArrayProcessor2.cpp46 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); in process() local
48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DSimpleArrayProcessor.cpp45 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); in process() local
46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DSegmentSingleProcessor2.cpp47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process() local
49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DSegmentSingleProcessor.cpp46 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process() local
48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DTrimmedArrayProcessor.cpp54 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process() local
56 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DSegmentArrayProcessor2.cpp51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process() local
53 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DTrimmedArrayProcessor2.cpp50 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success)); in process() local
52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
DSegmentArrayProcessor.cpp51 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process() local
52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()