Searched refs:removePlot (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextStrike.h50 void removePlot(const GrPlot* plot);
H A DGrTextStrike.cpp152 strikeToPurge->removePlot(plot);
280 void GrTextStrike::removePlot(const GrPlot* plot) { function in class:GrTextStrike
/external/skia/src/gpu/
H A DGrAtlas.h82 bool removePlot(GrAtlas* atlas, const GrPlot* plot);
H A DGrTextStrike.h48 void removePlot(const GrPlot* plot);
H A DGrTextStrike.cpp145 strikeToPurge->removePlot(plot);
273 void GrTextStrike::removePlot(const GrPlot* plot) { function in class:GrTextStrike
281 fAtlasMgr->removePlot(&fAtlas, plot);
H A DGrAtlas.cpp255 bool GrAtlasMgr::removePlot(GrAtlas* atlas, const GrPlot* plot) { function in class:GrAtlasMgr

Completed in 140 milliseconds