Home
last modified time | relevance | path

Searched refs:mGlyph (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DContextualGlyphSubstProc.cpp54 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry() local
55 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // w… in processStateEntry()
57 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
DContextualGlyphSubstProc2.cpp53 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry() local
54 TTGlyphID newGlyph = lookup(offset, mGlyph, success); in processStateEntry()
55 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()