HomeSort by relevance Sort by last modified time
    Searched refs:fPlotMgr (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrAtlas.cpp 134 fPlotMgr = SkNEW_ARGS(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);
GrAtlas.h 78 GrPlotMgr* fPlotMgr;

Completed in 244 milliseconds