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

1 2 3

  /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;
SkOpSegment.cpp 79 if (!upSpan.fDone) {
86 SkASSERT(upSpan.fDone);
98 if (!downSpan.fDone) {
105 SkASSERT(downSpan.fDone);
128 if (span.fDone && lastDone) {
155 lastDone = span.fDone;
617 if ((span->fDone = newT == 1)) {
666 if (!span[index].fDone) {
667 span[index].fDone = true;
    [all...]
  /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/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/skia/samplecode/
TransitionView.cpp 50 fDone = false;
110 if (fDone)
130 fDone = true;
176 bool fDone;
  /external/skia/samplecode/
TransitionView.cpp 50 fDone = false;
110 if (fDone)
130 fDone = true;
176 bool fDone;
  /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;
  /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;
  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 54 explicit DebugfReporter(int total) : fDone(0), fTotal(total) {}
65 const int done = 1 + sk_atomic_inc(&fDone);
81 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/experimental/Intersection/
thingsToDo.txt 231 if (current->segment()->fTs[curMin].fDone) {
235 if (next->segment()->fTs[nextMin].fDone) {
385 bool thisDone = fTs[SkMin32(startIndex, endIndex)].fDone;
387 end->fOtherIndex)].fDone;
473 bool markDone = !span->fDone && !oSpan->fDone;
483 SkASSERT(!span->fDone);
484 span->fDone = true;
503 SkASSERT(!oSpan->fDone);
504 oSpan->fDone = true
    [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/core/
SkRegion.cpp     [all...]
  /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/experimental/Intersection/
thingsToDo.txt 231 if (current->segment()->fTs[curMin].fDone) {
235 if (next->segment()->fTs[nextMin].fDone) {
385 bool thisDone = fTs[SkMin32(startIndex, endIndex)].fDone;
387 end->fOtherIndex)].fDone;
473 bool markDone = !span->fDone && !oSpan->fDone;
483 SkASSERT(!span->fDone);
484 span->fDone = true;
503 SkASSERT(!oSpan->fDone);
504 oSpan->fDone = true
    [all...]
Simplify.cpp 665 bool fDone; // if set, this span to next higher T has been processed
    [all...]
  /external/skia/src/core/
SkRegion.cpp     [all...]
  /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/skia/src/animator/
SkScript2.h 193 , fPrimed(kIsNotPrimed), fDone(kIsNotDone) {
210 Done fDone : 1; // mark when branch is complete
  /external/skia/src/animator/
SkScript2.h 193 , fPrimed(kIsNotPrimed), fDone(kIsNotDone) {
210 Done fDone : 1; // mark when branch is complete
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqloledb.h 366 virtual HRESULT WINAPI Commit(WINBOOL fDone) = 0;
375 HRESULT (WINAPI *Commit)(IRowsetFastLoad *This,WINBOOL fDone);
386 #define IRowsetFastLoad_Commit(This,fDone) (This)->lpVtbl->Commit(This,fDone)
391 HRESULT WINAPI IRowsetFastLoad_Commit_Proxy(IRowsetFastLoad *This,WINBOOL fDone);

Completed in 715 milliseconds

1 2 3