Lines Matching refs:GrPlot
32 class GrPlot {
34 SK_DECLARE_INTERNAL_LLIST_INTERFACE(GrPlot);
52 GrPlot();
53 ~GrPlot(); // does not try to delete the fNext field
74 typedef SkTInternalLList<GrPlot> GrPlotList;
85 bool contains(const GrPlot* plot) const { in contains()
86 return fPlots.contains(const_cast<GrPlot*>(plot)); in contains()
91 SkTDArray<GrPlot*> fPlots;
106 GrPlot* addToAtlas(ClientPlotUsage*, int width, int height, const void* image, SkIPoint16* loc);
109 static void RemovePlot(ClientPlotUsage* usage, const GrPlot* plot);
113 GrPlot* getUnusedPlot();
127 GrPlot* iterInit(PlotIter* iter, IterOrder order) { in iterInit()
134 void makeMRU(GrPlot* plot);
146 GrPlot* fPlotArray;