Searched defs:atlasMgr (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTextStrike.cpp128 GrAtlasMgr* atlasMgr = preserveStrike->fAtlasMgr; local
129 GrPlot* plot = atlasMgr->getUnusedPlot();
225 GrAtlasMgr* atlasMgr) : fPool(64) {
230 fAtlasMgr = atlasMgr; // no need to ref, it won't go away before we do
223 GrTextStrike(GrFontCache* cache, const GrKey* key, GrMaskFormat format, GrAtlasMgr* atlasMgr) argument

Completed in 49 milliseconds