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

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h 86 void freePlot(GrMaskFormat format, int x, int y);
GrPlotMgr.h 61 void freePlot(int x, int y) {
GrAtlas.cpp 73 fAtlasMgr->freePlot(fMaskFormat, fPlot.fX, fPlot.fY);
249 void GrAtlasMgr::freePlot(GrMaskFormat format, int x, int y) {
251 fPlotMgr->freePlot(x, y);
  /external/skia/src/gpu/
GrAtlas.h 86 void freePlot(GrMaskFormat format, int x, int y);
GrPlotMgr.h 61 void freePlot(int x, int y) {
GrAtlas.cpp 73 fAtlasMgr->freePlot(fMaskFormat, fPlot.fX, fPlot.fY);
249 void GrAtlasMgr::freePlot(GrMaskFormat format, int x, int y) {
251 fPlotMgr->freePlot(x, y);

Completed in 197 milliseconds