Home
last modified time | relevance | path

Searched refs:mGlyphSets (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/nav/
DFindCanvas.cpp469 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()
DFindCanvas.h204 SkTDArray<GlyphSet> mGlyphSets; variable