Searched refs:fDone (Results 1 - 25 of 32) sorted by relevance

12

/external/skia/include/core/
H A DSkRegion.h321 Iterator() : fRgn(nullptr), fDone(true) {}
327 bool done() const { return fDone; }
337 bool fDone; member in class:SkRegion::Iterator
347 bool done() { return fDone; }
355 bool fDone; member in class:SkRegion::Cliperator
370 bool fDone; member in class:SkRegion::Spanerator
/external/skqp/include/core/
H A DSkRegion.h321 Iterator() : fRgn(nullptr), fDone(true) {}
327 bool done() const { return fDone; }
337 bool fDone; member in class:SkRegion::Iterator
347 bool done() { return fDone; }
355 bool fDone; member in class:SkRegion::Cliperator
370 bool fDone; member in class:SkRegion::Spanerator
/external/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp80 UBool fDone; member in class:SpaceBreakIterator
499 : fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0), fDone(FALSE)
528 if (fDone) {
537 fDone = TRUE;
/external/skia/src/core/
H A DSkRegion.cpp1333 fDone = true;
1335 fDone = false;
1349 if (fDone) {
1354 fDone = true;
1382 fDone = true;
1389 : fIter(rgn), fClip(clip), fDone(true) {
1397 fDone = false;
1405 if (fDone) {
1411 fDone = true;
1418 fDone
[all...]
H A DSkAAClip.cpp120 bool done() const { return fDone; }
132 bool fDone; member in class:SkAAClip::Iter
137 fDone = true;
153 fDone = false;
157 if (!fDone) {
164 fDone = true;
1487 fDone = false;
1489 fDone = true;
1495 bool done() const { return fDone; }
1500 if (!fDone) {
1520 bool fDone; member in class:RowIter
[all...]
H A DSkCanvas.cpp444 fDone = false;
507 if (fDone) {
510 fDone = true;
526 bool fDone; member in class:AutoDrawLooper
548 fDone = true;
553 fDone = true;
558 fDone = true;
565 fDone = true;
2874 fDone = !fImpl->next();
2882 fDone
[all...]
/external/skqp/src/core/
H A DSkRegion.cpp1333 fDone = true;
1335 fDone = false;
1349 if (fDone) {
1354 fDone = true;
1382 fDone = true;
1389 : fIter(rgn), fClip(clip), fDone(true) {
1397 fDone = false;
1405 if (fDone) {
1411 fDone = true;
1418 fDone
[all...]
H A DSkAAClip.cpp120 bool done() const { return fDone; }
132 bool fDone; member in class:SkAAClip::Iter
137 fDone = true;
153 fDone = false;
157 if (!fDone) {
164 fDone = true;
1487 fDone = false;
1489 fDone = true;
1495 bool done() const { return fDone; }
1500 if (!fDone) {
1520 bool fDone; member in class:RowIter
[all...]
H A DSkCanvas.cpp444 fDone = false;
507 if (fDone) {
510 fDone = true;
526 bool fDone; member in class:AutoDrawLooper
548 fDone = true;
553 fDone = true;
558 fDone = true;
565 fDone = true;
2848 fDone = !fImpl->next();
2856 fDone
[all...]
/external/skia/tests/
H A Dskia_test.cpp49 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
55 const int done = 1 + sk_atomic_inc(&fDone);
79 int32_t fDone; // atomic member in class:Status
H A DOnFlushCallbackTest.cpp260 AtlasObject() : fDone(false) { }
263 SkASSERT(fDone);
267 fDone = true;
419 bool fDone; member in class:__anon20960::final
/external/skqp/tests/
H A Dskia_test.cpp49 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
55 const int done = 1 + sk_atomic_inc(&fDone);
79 int32_t fDone; // atomic member in class:Status
H A DOnFlushCallbackTest.cpp258 AtlasObject() : fDone(false) { }
261 SkASSERT(fDone);
265 fDone = true;
403 bool fDone; member in class:__anon21630::final
/external/skia/src/pathops/
H A DSkOpSpan.h457 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 member in class:SkOpSpan
H A DSkOpContour.h148 return fDone;
283 fDone = false;
382 bool fDone; // set by find top segment member in class:SkOpContour
H A DSkOpContour.cpp41 fDone = true;
H A DSkOpSpan.cpp394 fChased = fDone = false;
/external/skqp/src/pathops/
H A DSkOpSpan.h457 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 member in class:SkOpSpan
H A DSkOpContour.h148 return fDone;
283 fDone = false;
382 bool fDone; // set by find top segment member in class:SkOpContour
H A DSkOpContour.cpp41 fDone = true;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedBreakIterator.java243 private boolean fDone; field in class:RuleBasedBreakIterator
419 return fDone ? DONE : fPosition;
429 return fDone ? DONE : fPosition;
450 return fDone ? DONE : fPosition;
472 return fDone ? DONE : fPosition;
821 fDone = true;
1403 fDone = !populateFollowing();
1423 fDone = (fBufIdx == initialBufIdx);
1434 // TODO: an awkward set of interactions with bi->fDone
1438 fDone
[all...]
/external/icu/icu4c/source/common/
H A Drbbi.cpp251 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
[all...]
H A Drbbi_cache.cpp235 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/
H A DRuleBasedBreakIterator.java248 private boolean fDone; field in class:RuleBasedBreakIterator
429 return fDone ? DONE : fPosition;
440 return fDone ? DONE : fPosition;
462 return fDone ? DONE : fPosition;
485 return fDone ? DONE : fPosition;
842 fDone = true;
1424 fDone = !populateFollowing();
1444 fDone = (fBufIdx == initialBufIdx);
1455 // TODO: an awkward set of interactions with bi->fDone
1459 fDone
[all...]
/external/icu/icu4c/source/common/unicode/
H A Drbbi.h111 UBool fDone; member in class:RuleBasedBreakIterator

Completed in 641 milliseconds

12