Searched defs:fPlot (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/gpu/
H A DGrGlyph.h25 GrPlot* fPlot; member in struct:GrGlyph
32 fPlot = NULL;
/external/skia/src/gpu/
H A DGrLayerCache.h26 GrAtlasLocation() : fPlot(NULL) {}
29 fPlot = plot;
34 return fPlot;
42 GrPlot* fPlot; member in class:GrAtlasLocation
43 GrIRect16 fBounds; // only valid is fPlot != NULL
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h26 GrPlot* fPlot; member in struct:GrGlyph
33 fPlot = NULL;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.h107 , fPlot(NULL)
132 SkASSERT(NULL == plot || NULL == fPlot);
133 fPlot = plot;
135 GrPlot* plot() { return fPlot; }
137 bool isAtlased() const { return SkToBool(fPlot); }
142 SkDEBUGCODE(const GrPlot* plot() const { return fPlot; })
161 // For atlased layers, fPlot stores the atlas plot in which the layer rests.
163 GrPlot* fPlot; member in struct:GrCachedLayer

Completed in 139 milliseconds