Searched refs:plotX (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrAtlas.h24 GrAtlas(GrAtlasMgr*, int plotX, int plotY, GrMaskFormat);
H A DGrAtlas.cpp47 GrAtlas::GrAtlas(GrAtlasMgr* mgr, int plotX, int plotY, GrMaskFormat format) { argument
51 fPlot.set(plotX, plotY);
59 // GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);

Completed in 36 milliseconds