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

  /external/skia/src/gpu/
GrLayerCache.h 170 , fPlot(nullptr)
224 SkASSERT(nullptr == plot || nullptr == fPlot);
225 fPlot = plot;
227 GrLayerAtlas::Plot* plot() { return fPlot; }
229 bool isAtlased() const { SkASSERT(fAtlased == SkToBool(fPlot)); return fAtlased; }
234 SkDEBUGCODE(const GrLayerAtlas::Plot* plot() const { return fPlot; })
274 // For atlased layers, fPlot stores the atlas plot in which the layer rests.
276 GrLayerAtlas::Plot* fPlot;
GrBatchAtlas.cpp 122 , fPlot(SkRef(plot))
128 fPlot->uploadToTexture(uploader, fTexture);
132 SkAutoTUnref<GrBatchAtlas::BatchPlot> fPlot;
GrLayerCache.cpp 28 SkASSERT(nullptr == fPlot);
33 if (fPlot) {

Completed in 120 milliseconds