Lines Matching refs:Plot
280 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get(); in setLastUseToken()
350 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
380 class Plot : public SkRefCnt {
381 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Plot);
421 Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter,
424 ~Plot() override;
430 Plot* clone() const { in clone()
431 return new Plot( in clone()
464 typedef SkTInternalLList<Plot> PlotList;
466 inline bool updatePlot(GrDeferredUploadTarget*, AtlasLocator*, Plot*);
468 inline void makeMRU(Plot* plot, int pageIdx) { in makeMRU()
488 inline void processEvictionAndResetRects(Plot* plot) { in processEvictionAndResetRects()
514 std::unique_ptr<sk_sp<Plot>[]> fPlotArray;