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

1 2

  /external/chromium_org/third_party/skia/include/core/
SkOnce.h 56 bool* mutableDone() { return &fDone; }
74 bool fDone;
SkRegion.h 312 Iterator() : fRgn(NULL), fDone(true) {}
318 bool done() const { return fDone; }
328 bool fDone;
338 bool done() { return fDone; }
346 bool fDone;
361 bool fDone;
SkCanvas.h     [all...]
  /external/skia/include/core/
SkOnce.h 56 bool* mutableDone() { return &fDone; }
74 bool fDone;
SkRegion.h 312 Iterator() : fRgn(NULL), fDone(true) {}
318 bool done() const { return fDone; }
328 bool fDone;
338 bool done() { return fDone; }
346 bool fDone;
361 bool fDone;
SkCanvas.h     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 29 bool fDone; // if set, this span to next higher T has been processed
SkOpContour.h 202 return fDone;
235 fContainsCurves = fContainsCubics = fContainsIntercepts = fDone = fMultiples = false;
344 bool fDone;
  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 70 explicit DebugfReporter(int total) : fDone(0), fTotal(total) {}
82 const int done = 1 + sk_atomic_inc(&fDone);
98 int32_t fDone; // atomic
  /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/skia/src/pathops/
SkOpSpan.h 29 bool fDone; // if set, this span to next higher T has been processed
SkOpContour.h 202 return fDone;
235 fContainsCurves = fContainsCubics = fContainsIntercepts = fDone = fMultiples = false;
344 bool fDone;
  /external/skia/tests/
skia_test.cpp 70 explicit DebugfReporter(int total) : fDone(0), fTotal(total) {}
82 const int done = 1 + sk_atomic_inc(&fDone);
98 int32_t fDone; // atomic
  /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/samplecode/
TransitionView.cpp 50 fDone = false;
110 if (fDone)
130 fDone = true;
176 bool fDone;
  /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/samplecode/
TransitionView.cpp 50 fDone = false;
110 if (fDone)
130 fDone = true;
176 bool fDone;
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp 715 , fDone(done)
718 SkASSERT(fDone != NULL);
753 fDone->run();
783 SkRunnable* fDone;
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 715 , fDone(done)
718 SkASSERT(fDone != NULL);
753 fDone->run();
783 SkRunnable* fDone;
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 205 if (fDone) {
221 fDone = true;
308 bool fDone;
326 if (!fDone) {
396 SkASSERT(!fDone && fBitmapHeap != NULL);
440 fDone = false;
473 if (fDone) {
766 if (fDone) {
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 205 if (fDone) {
221 fDone = true;
308 bool fDone;
326 if (!fDone) {
396 SkASSERT(!fDone && fBitmapHeap != NULL);
440 fDone = false;
473 if (fDone) {
766 if (fDone) {
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
Simplify.cpp 665 bool fDone; // if set, this span to next higher T has been processed
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScript2.h 193 , fPrimed(kIsNotPrimed), fDone(kIsNotDone) {
210 Done fDone : 1; // mark when branch is complete
  /external/chromium_org/third_party/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...]

Completed in 1683 milliseconds

1 2