Searched refs:fPlotUsage (Results 1 – 2 of 2) sorted by relevance
207 GrPlot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage, in tryToAtlas()234 if (pictInfo->fPlotUsage.isEmpty()) { in tryToAtlas()291 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, layer->plot()); in unlock()293 if (pictInfo->fPlotUsage.isEmpty()) { in unlock()332 SkASSERT(pictInfo->fPlotUsage.contains(layer->plot())); in validate()438 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, plot); in purgePlot()440 if (pictInfo->fPlotUsage.isEmpty()) { in purgePlot()
59 GrAtlas::ClientPlotUsage fPlotUsage; member