Searched refs:fPlot (Results 1 – 3 of 3) sorted by relevance
170 , fPlot(nullptr) in GrCachedLayer()224 SkASSERT(nullptr == plot || nullptr == fPlot); in setPlot()225 fPlot = plot; in setPlot()227 GrLayerAtlas::Plot* plot() { return fPlot; } in plot()229 bool isAtlased() const { SkASSERT(fAtlased == SkToBool(fPlot)); return fAtlased; } in isAtlased()234 SkDEBUGCODE(const GrLayerAtlas::Plot* plot() const { return fPlot; })276 GrLayerAtlas::Plot* fPlot; member
122 , fPlot(SkRef(plot)) in GrPlotUploader()128 fPlot->uploadToTexture(uploader, fTexture); in upload()132 SkAutoTUnref<GrBatchAtlas::BatchPlot> fPlot; member in GrPlotUploader
28 SkASSERT(nullptr == fPlot); in validate()33 if (fPlot) { in validate()