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

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 109 static void RemovePlot(ClientPlotUsage* usage, const GrPlot* plot);
GrLayerCache.cpp 244 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, layer->plot());
378 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, plot);
GrAtlas.cpp 261 void GrAtlas::RemovePlot(ClientPlotUsage* usage, const GrPlot* plot) {
GrTextStrike.cpp 152 strikeToPurge->removePlot(plot);
280 void GrTextStrike::removePlot(const GrPlot* plot) {
289 GrAtlas::RemovePlot(&fPlotUsage, plot);

Completed in 796 milliseconds