Home
last modified time | relevance | path

Searched defs: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
61 TTGlyphID newGlyph = lookup(offset, thisGlyph, success); in processStateEntry() local
78 TTGlyphID newGlyph = 0xFFFF; in lookup() local
DContextualGlyphSubstProc.cpp55 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // w… in processStateEntry() local
62 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); /… in processStateEntry() local
DSimpleArrayProcessor2.cpp46 TTGlyphID newGlyph = SWAPW(valueArray(LE_GET_GLYPH(thisGlyph),success)); in process() local
DTrimmedArrayProcessor2.cpp50 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success)); in process() local
DTrimmedArrayProcessor.cpp54 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]); in process() local
DSimpleArrayProcessor.cpp45 TTGlyphID newGlyph = SWAPW(valueArray.getObject(LE_GET_GLYPH(thisGlyph),success)); in process() local
DSegmentSingleProcessor2.cpp47 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process() local
DSegmentSingleProcessor.cpp46 … TTGlyphID newGlyph = (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value); in process() local
DSegmentArrayProcessor.cpp51 … TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success)); in process() local
DSegmentArrayProcessor2.cpp51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]); in process() local