HomeSort by relevance Sort by last modified time
    Searched defs:fPlots (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 90 GrPlot* fPlots;
97 GrAtlas(GrAtlasMgr* mgr) : fPlots(NULL), fAtlasMgr(mgr) { }
98 ~GrAtlas() { fAtlasMgr->deletePlotList(fPlots); }
100 bool isEmpty() { return NULL == fPlots; }
103 GrPlot* fPlots;
  /external/skia/src/gpu/
GrAtlas.h 90 GrPlot* fPlots;
97 GrAtlas(GrAtlasMgr* mgr) : fPlots(NULL), fAtlasMgr(mgr) { }
98 ~GrAtlas() { fAtlasMgr->deletePlotList(fPlots); }
100 bool isEmpty() { return NULL == fPlots; }
103 GrPlot* fPlots;

Completed in 92 milliseconds