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

  /external/chromium_org/third_party/skia/src/gpu/
GrPlotMgr.h 21 fBusy = fStorage;
23 fBusy = SkNEW_ARRAY(char, needed);
29 if (fBusy != fStorage) {
30 delete[] fBusy;
35 sk_bzero(fBusy, fDim.fX * fDim.fY);
39 char* busy = fBusy;
56 return fBusy[y * fDim.fX + x] != 0;
62 fBusy[y * fDim.fX + x] = false;
70 char* fBusy;
  /external/skia/src/gpu/
GrPlotMgr.h 21 fBusy = fStorage;
23 fBusy = SkNEW_ARRAY(char, needed);
29 if (fBusy != fStorage) {
30 delete[] fBusy;
35 sk_bzero(fBusy, fDim.fX * fDim.fY);
39 char* busy = fBusy;
56 return fBusy[y * fDim.fX + x] != 0;
62 fBusy[y * fDim.fX + x] = false;
70 char* fBusy;
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 85 milliseconds