HomeSort by relevance Sort by last modified time
    Searched refs:mGlyph (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layout/
ContextualGlyphSubstProc.cpp 54 LEGlyphID mGlyph = glyphStorage[markGlyph];
55 TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // whew.
57 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
ContextualGlyphSubstProc2.cpp 53 LEGlyphID mGlyph = glyphStorage[markGlyph];
54 TTGlyphID newGlyph = lookup(offset, mGlyph, success);
55 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);

Completed in 786 milliseconds