Lines Matching refs:Plot
150 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get(); in setLastUseToken()
226 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get(); in setLastUseTokenBulk()
260 class Plot : public SkRefCnt {
261 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Plot);
299 … Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,
302 ~Plot() override;
308 Plot* clone() const { in clone()
309 return new Plot(fPageIndex, fPlotIndex, fGenID + 1, fX, fY, fWidth, fHeight, fConfig); in clone()
349 typedef SkTInternalLList<Plot> PlotList;
360 inline bool updatePlot(GrDeferredUploadTarget*, AtlasID*, Plot*);
362 inline void makeMRU(Plot* plot, int pageIdx) { in makeMRU()
382 inline void processEvictionAndResetRects(Plot* plot) { in processEvictionAndResetRects()
408 std::unique_ptr<sk_sp<Plot>[]> fPlotArray;