Searched refs:mGlyph (Results 1 – 2 of 2) sorted by relevance
54 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry() local55 …TTGlyphID newGlyph = SWAPW(int16Table.getObject(markOffset + LE_GET_GLYPH(mGlyph), success)); // w… in processStateEntry()57 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
53 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry() local54 TTGlyphID newGlyph = lookup(offset, mGlyph, success); in processStateEntry()55 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()