Searched refs:mUpperGlyphs (Results 1 – 2 of 2) sorted by relevance
72 mUpperGlyphs = mLowerGlyphs + mCount; in GlyphSet()75 count2 = clonePaint.textToGlyphs(upper, byteLength, mUpperGlyphs); in GlyphSet()97 mUpperGlyphs = mLowerGlyphs + mCount; in operator =()103 return c == mLowerGlyphs[index] || c == mUpperGlyphs[index]; in characterMatches()
87 uint16_t* mUpperGlyphs; variable