Home
last modified time | relevance | path

Searched refs:fBusy (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrPlotMgr.h23 fBusy = fStorage; in GrPlotMgr()
25 fBusy = new char[needed]; in GrPlotMgr()
31 if (fBusy != fStorage) { in ~GrPlotMgr()
32 delete[] fBusy; in ~GrPlotMgr()
37 Gr_bzero(fBusy, fDim.fX * fDim.fY); in reset()
41 char* busy = fBusy; in newPlot()
58 return fBusy[y * fDim.fX + x] != 0; in isBusy()
64 fBusy[y * fDim.fX + x] = false; in freePlot()
72 char* fBusy; variable