Searched refs:newGlyph (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | ContextualGlyphSubstProc2.cpp | 54 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 …]
|
D | ContextualGlyphSubstProc.cpp | 55 …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()
|
D | SimpleArrayProcessor2.cpp | 46 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); in process() local 48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|
D | SimpleArrayProcessor.cpp | 45 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); in process() local 46 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|
D | SegmentSingleProcessor2.cpp | 47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process() local 49 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|
D | SegmentSingleProcessor.cpp | 46 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process() local 48 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|
D | TrimmedArrayProcessor.cpp | 54 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process() local 56 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|
D | SegmentArrayProcessor2.cpp | 51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process() local 53 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|
D | TrimmedArrayProcessor2.cpp | 50 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success)); in process() local 52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|
D | SegmentArrayProcessor.cpp | 51 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process() local 52 glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph, newGlyph); in process()
|