Searched refs:fPlot (Results 1 – 5 of 5) sorted by relevance
161 , fPlot(NULL) in GrCachedLayer()206 SkASSERT(NULL == plot || NULL == fPlot); in setPlot()207 fPlot = plot; in setPlot()209 GrPlot* plot() { return fPlot; } in plot()211 bool isAtlased() const { return SkToBool(fPlot); } in isAtlased()216 SkDEBUGCODE(const GrPlot* plot() const { return fPlot; })254 GrPlot* fPlot; member
36 GrPlot* fPlot; member46 fPlot = NULL; in init()
205 , fPlot(SkRef(plot)) { in GrPlotUploader()210 fPlot->uploadToTexture(uploader); in upload()214 SkAutoTUnref<BatchPlot> fPlot; member in GrPlotUploader
26 SkASSERT(NULL == fPlot); in validate()30 if (fPlot) { in validate()
211 SkASSERT(NULL == glyph->fPlot); in addGlyphToAtlas()