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

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

Completed in 50 milliseconds