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

1 2

  /external/skia/include/core/
SkRegion.h 321 Iterator() : fRgn(nullptr), fDone(true) {}
327 bool done() const { return fDone; }
337 bool fDone;
347 bool done() { return fDone; }
355 bool fDone;
370 bool fDone;
  /external/skqp/include/core/
SkRegion.h 321 Iterator() : fRgn(nullptr), fDone(true) {}
327 bool done() const { return fDone; }
337 bool fDone;
347 bool done() { return fDone; }
355 bool fDone;
370 bool fDone;
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 80 UBool fDone;
499 : fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0), fDone(FALSE)
528 if (fDone) {
537 fDone = TRUE;
  /external/skia/src/core/
SkRegion.cpp     [all...]
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 444 fDone = false;
507 if (fDone) {
510 fDone = true;
526 bool fDone;
548 fDone = true;
553 fDone = true;
558 fDone = true;
565 fDone = true;
    [all...]
  /external/skqp/src/core/
SkRegion.cpp     [all...]
SkAAClip.cpp 120 bool done() const { return fDone; }
132 bool fDone;
137 fDone = true;
153 fDone = false;
157 if (!fDone) {
164 fDone = true;
    [all...]
  /external/skia/tests/
skia_test.cpp 49 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
55 const int done = 1 + sk_atomic_inc(&fDone);
79 int32_t fDone; // atomic
OnFlushCallbackTest.cpp 260 AtlasObject() : fDone(false) { }
263 SkASSERT(fDone);
267 fDone = true;
419 bool fDone;
  /external/skqp/tests/
skia_test.cpp 49 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
55 const int done = 1 + sk_atomic_inc(&fDone);
79 int32_t fDone; // atomic
OnFlushCallbackTest.cpp 258 AtlasObject() : fDone(false) { }
261 SkASSERT(fDone);
265 fDone = true;
403 bool fDone;
  /external/skia/src/pathops/
SkOpSpan.h 457 return fDone;
508 fDone = done;
521 SkOPASSERT(!oppValue || !fDone);
536 SkOPASSERT(!windValue || !fDone);
566 bool fDone; // if set, this span to next higher T has been processed
SkOpContour.h 148 return fDone;
283 fDone = false;
382 bool fDone; // set by find top segment
SkOpContour.cpp 41 fDone = true;
  /external/skqp/src/pathops/
SkOpSpan.h 457 return fDone;
508 fDone = done;
521 SkOPASSERT(!oppValue || !fDone);
536 SkOPASSERT(!windValue || !fDone);
566 bool fDone; // if set, this span to next higher T has been processed
SkOpContour.h 148 return fDone;
283 fDone = false;
382 bool fDone; // set by find top segment
SkOpContour.cpp 41 fDone = true;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java 243 private boolean fDone;
419 return fDone ? DONE : fPosition;
429 return fDone ? DONE : fPosition;
450 return fDone ? DONE : fPosition;
472 return fDone ? DONE : fPosition;
821 fDone = true;
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 251 fDone = that.fDone;
279 fDone = false;
356 fDone == that2.fDone)) {
582 return fDone ? UBRK_DONE : fPosition;
596 return fDone ? UBRK_DONE : fPosition;
619 return fDone ? UBRK_DONE : fPosition;
641 return fDone ? UBRK_DONE : fPosition;
796 fDone = TRUE
    [all...]
rbbi_cache.cpp 235 fBI->fDone = FALSE;
246 // TODO: an awkward set of interactions with bi->fDone
250 fBI->fDone = false;
281 fBI->fDone = !populateFollowing();
301 fBI->fDone = (fBufIdx == initialBufIdx);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 248 private boolean fDone;
429 return fDone ? DONE : fPosition;
440 return fDone ? DONE : fPosition;
462 return fDone ? DONE : fPosition;
485 return fDone ? DONE : fPosition;
842 fDone = true;
    [all...]
  /external/icu/icu4c/source/common/unicode/
rbbi.h 111 UBool fDone;
  /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);
shdeprecated.h 330 virtual HRESULT WINAPI OnHttpEquiv(IShellView *psv,WINBOOL fDone,VARIANT *pvarargIn,VARIANT *pvarargOut) = 0;
367 HRESULT (WINAPI *OnHttpEquiv)(IBrowserService *This,IShellView *psv,WINBOOL fDone,VARIANT *pvarargIn,VARIANT *pvarargOut);
406 #define IBrowserService_OnHttpEquiv(This,psv,fDone,pvarargIn,pvarargOut) (This)->lpVtbl->OnHttpEquiv(This,psv,fDone,pvarargIn,pvarargOut)
465 HRESULT WINAPI IBrowserService_OnHttpEquiv_Proxy(IBrowserService *This,IShellView *psv,WINBOOL fDone,VARIANT *pvarargIn,VARIANT *pvarargOut);
    [all...]

Completed in 1489 milliseconds

1 2