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

  /external/skia/src/gpu/
GrPlotMgr.h 23 fBusy = fStorage;
25 fBusy = new char[needed];
31 if (fBusy != fStorage) {
32 delete[] fBusy;
37 Gr_bzero(fBusy, fDim.fX * fDim.fY);
41 char* busy = fBusy;
58 return fBusy[y * fDim.fX + x] != 0;
64 fBusy[y * fDim.fX + x] = false;
72 char* fBusy;
  /external/jdiff/
xerces.jar 

Completed in 95 milliseconds