Searched refs:mGlyphSets (Results 1 – 2 of 2) sorted by relevance
469 GlyphSet* end = mGlyphSets.end(); in getGlyphs()470 for (GlyphSet* ptr = mGlyphSets.begin();ptr != end; ptr++) { in getGlyphs()477 *mGlyphSets.append() = set; in getGlyphs()478 return &(mGlyphSets.top()); in getGlyphs()
204 SkTDArray<GlyphSet> mGlyphSets; variable