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

  /external/skia/include/core/
SkOnce.h 55 bool* mutableDone() { return &fDone; }
61 bool fDone;
SkRegion.h 311 Iterator() : fRgn(NULL), fDone(true) {}
317 bool done() const { return fDone; }
327 bool fDone;
337 bool done() { return fDone; }
345 bool fDone;
360 bool fDone;
SkCanvas.h     [all...]
  /external/skia/tests/
skia_test.cpp 39 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
45 const int done = 1 + sk_atomic_inc(&fDone);
69 int32_t fDone; // atomic
  /external/icu/icu4c/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/skia/src/pathops/
SkOpContour.h 161 return fDone;
285 fDone = false;
361 bool fDone; // set by find top segment
SkOpSpan.h 363 return fDone;
412 fDone = done;
468 bool fDone; // if set, this span to next higher T has been processed
  /external/skia/src/pipe/
SkGPipeWrite.cpp 208 if (fDone) {
224 fDone = true;
305 bool fDone;
323 if (!fDone) {
397 SkASSERT(!fDone && fBitmapHeap != NULL);
441 fDone = false;
481 if (fDone) {
750 if (fDone) {
834 if (fDone) {
    [all...]
  /external/skia/src/animator/
SkScript2.h 193 , fPrimed(kIsNotPrimed), fDone(kIsNotDone) {
210 Done fDone : 1; // mark when branch is complete
  /external/skia/src/core/
SkAAClip.cpp 120 bool done() const { return fDone; }
132 bool fDone;
137 fDone = true;
153 fDone = false;
157 if (!fDone) {
164 fDone = true;
    [all...]
SkCanvas.cpp 344 fDone = false;
413 if (fDone) {
416 fDone = true;
433 bool fDone;
456 fDone = true;
461 fDone = true;
466 fDone = true;
473 fDone = true;
    [all...]
SkPath.cpp     [all...]

Completed in 360 milliseconds