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

/external/skia/src/gpu/
H A DGrAtlas.cpp134 fPlotMgr = new GrPlotMgr(GR_PLOT_WIDTH, GR_PLOT_HEIGHT);
141 delete fPlotMgr;
173 if (!fPlotMgr->newPlot(&plot)) {
204 GrAssert(fPlotMgr->isBusy(x, y));
205 fPlotMgr->freePlot(x, y);
H A DGrAtlas.h79 GrPlotMgr* fPlotMgr; member in class:GrAtlasMgr

Completed in 71 milliseconds