HomeSort by relevance Sort by last modified time
    Searched defs:fDone (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/utils/
SkThreadPool.h 46 bool fDone;
  /external/skia/include/utils/
SkThreadPool.h 46 bool fDone;
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 24 bool fDone; // if set, this span to next higher T has been processed
SkPathOpsSpan.h 24 bool fDone; // if set, this span to next higher T has been processed
SkOpContour.h 126 return fDone;
157 fContainsCurves = fContainsCubics = fContainsIntercepts = fDone = false;
246 bool fDone;
  /external/skia/src/pathops/
SkOpSpan.h 24 bool fDone; // if set, this span to next higher T has been processed
SkPathOpsSpan.h 24 bool fDone; // if set, this span to next higher T has been processed
SkOpContour.h 126 return fDone;
157 fContainsCurves = fContainsCubics = fContainsIntercepts = fDone = false;
246 bool fDone;
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.cpp 153 bool fDone = false;
156 while (!fDone)
170 fDone = true;
192 if (fDone)
206 fDone = true;
257 fDone = true;
  /external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp 78 UBool fDone;
497 : fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0), fDone(FALSE)
526 if (fDone) {
535 fDone = TRUE;
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 308 Iterator() : fRgn(NULL), fDone(true) {}
314 bool done() const { return fDone; }
324 bool fDone;
334 bool done() { return fDone; }
342 bool fDone;
357 bool fDone;
SkCanvas.h     [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 78 UBool fDone;
497 : fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0), fDone(FALSE)
526 if (fDone) {
535 fDone = TRUE;
  /external/skia/include/core/
SkRegion.h 308 Iterator() : fRgn(NULL), fDone(true) {}
314 bool done() const { return fDone; }
324 bool fDone;
334 bool done() { return fDone; }
342 bool fDone;
357 bool fDone;
SkCanvas.h     [all...]
  /external/skia/tools/
PictureRenderer.cpp 614 , fDone(done) {
615 SkASSERT(fDone != NULL);
647 fDone->run();
670 SkRunnable* fDone;
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 178 if (!fDone) {
195 fDone = true;
278 bool fDone;
296 if (!fDone) {
364 SkASSERT(!fDone && fBitmapHeap != NULL);
424 fDone = false;
465 if (fDone) {
477 fDone = true;
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 178 if (!fDone) {
195 fDone = true;
278 bool fDone;
296 if (!fDone) {
364 SkASSERT(!fDone && fBitmapHeap != NULL);
424 fDone = false;
465 if (fDone) {
477 fDone = true;
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScript2.h 192 fPrimed(kIsNotPrimed), fDone(kIsNotDone) {
209 Done fDone : 1; // mark when branch is complete
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 118 bool done() const { return fDone; }
130 bool fDone;
135 fDone = true;
151 fDone = false;
155 if (!fDone) {
162 fDone = true;
    [all...]
SkCanvas.cpp 345 fDone = false;
380 if (fDone) {
383 fDone = true;
400 bool fDone;
418 fDone = true;
423 fDone = true;
428 fDone = true;
435 fDone = true;
    [all...]
SkPath.cpp     [all...]
  /external/skia/src/animator/
SkScript2.h 192 fPrimed(kIsNotPrimed), fDone(kIsNotDone) {
209 Done fDone : 1; // mark when branch is complete
  /external/skia/src/core/
SkAAClip.cpp 118 bool done() const { return fDone; }
130 bool fDone;
135 fDone = true;
151 fDone = false;
155 if (!fDone) {
162 fDone = true;
    [all...]
SkCanvas.cpp 345 fDone = false;
380 if (fDone) {
383 fDone = true;
400 bool fDone;
418 fDone = true;
423 fDone = true;
428 fDone = true;
435 fDone = true;
    [all...]

Completed in 400 milliseconds

1 2