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

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

Completed in 935 milliseconds