HomeSort by relevance Sort by last modified time
    Searched refs:fPlot (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrLayerCache.h 161 , fPlot(NULL)
206 SkASSERT(NULL == plot || NULL == fPlot);
207 fPlot = plot;
209 GrPlot* plot() { return fPlot; }
211 bool isAtlased() const { return SkToBool(fPlot); }
216 SkDEBUGCODE(const GrPlot* plot() const { return fPlot; })
252 // For atlased layers, fPlot stores the atlas plot in which the layer rests.
254 GrPlot* fPlot;
GrGlyph.h 36 GrPlot* fPlot;
46 fPlot = NULL;
GrBatchAtlas.cpp 205 , fPlot(SkRef(plot)) {
210 fPlot->uploadToTexture(uploader);
214 SkAutoTUnref<BatchPlot> fPlot;
GrLayerCache.cpp 26 SkASSERT(NULL == fPlot);
30 if (fPlot) {
GrBatchFontCache.cpp 211 SkASSERT(NULL == glyph->fPlot);

Completed in 485 milliseconds