Home
last modified time | relevance | path

Searched refs:fDone (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/include/core/
DSkRegion.h476 Iterator() : fRgn(nullptr), fDone(true) {} in Iterator()
502 bool done() const { return fDone; } in done()
525 bool fDone; variable
547 bool done() { return fDone; } in done()
565 bool fDone; variable
596 bool fDone; variable
/external/skqp/include/core/
DSkRegion.h476 Iterator() : fRgn(nullptr), fDone(true) {} in Iterator()
502 bool done() const { return fDone; } in done()
525 bool fDone; variable
547 bool done() { return fDone; } in done()
565 bool fDone; variable
596 bool fDone; variable
/external/icu/icu4c/source/common/
Drbbi.cpp261 fDone = that.fDone; in operator =()
286 fDone = false; in init()
363 fDone == that2.fDone)) { in operator ==()
578 return fDone ? UBRK_DONE : fPosition; in next()
592 return fDone ? UBRK_DONE : fPosition; in previous()
615 return fDone ? UBRK_DONE : fPosition; in following()
637 return fDone ? UBRK_DONE : fPosition; in preceding()
792 fDone = TRUE; in handleNext()
Drbbi_cache.cpp232 fBI->fDone = FALSE; in current()
247 fBI->fDone = false; in following()
278 fBI->fDone = !populateFollowing(); in nextOL()
298 fBI->fDone = (fBufIdx == initialBufIdx); in previous()
/external/skqp/src/core/
DSkRegion.cpp1368 fDone = true; in reset()
1370 fDone = false; in reset()
1384 if (fDone) { in next()
1389 fDone = true; in next()
1417 fDone = true; in next()
1424 : fIter(rgn), fClip(clip), fDone(true) { in Cliperator()
1432 fDone = false; in Cliperator()
1440 if (fDone) { in next()
1446 fDone = true; in next()
1453 fDone = false; in next()
[all …]
DSkBitmapDevice.cpp59 bool fDone, fNeedsTiling; member in SkDrawTiler
67 fDone = false; in SkDrawTiler()
98 fDone = true; in SkDrawTiler()
125 if (fDone) { in next()
131 } while (!fDone && fTileRC.isEmpty()); in next()
134 SkASSERT(fDone); in next()
139 fDone = true; // only draw untiled once in next()
146 SkASSERT(!fDone); in stepAndSetupTileDraw()
157 fDone = fOrigin.fX >= fSrcBounds.fRight - kMaxDim && in stepAndSetupTileDraw()
DSkAAClip.cpp124 bool done() const { return fDone; } in done()
136 bool fDone; member in SkAAClip::Iter
141 fDone = true; in Iter()
157 fDone = false; in Iter()
161 if (!fDone) { in next()
168 fDone = true; in next()
1405 fDone = false; in RowIter()
1407 fDone = true; in RowIter()
1413 bool done() const { return fDone; } in done()
1418 if (!fDone) { in next()
[all …]
/external/skia/src/core/
DSkRegion.cpp1368 fDone = true; in reset()
1370 fDone = false; in reset()
1384 if (fDone) { in next()
1389 fDone = true; in next()
1417 fDone = true; in next()
1424 : fIter(rgn), fClip(clip), fDone(true) { in Cliperator()
1432 fDone = false; in Cliperator()
1440 if (fDone) { in next()
1446 fDone = true; in next()
1453 fDone = false; in next()
[all …]
DSkBitmapDevice.cpp60 bool fDone, fNeedsTiling; member in SkDrawTiler
68 fDone = false; in SkDrawTiler()
99 fDone = true; in SkDrawTiler()
126 if (fDone) { in next()
132 } while (!fDone && fTileRC.isEmpty()); in next()
135 SkASSERT(fDone); in next()
140 fDone = true; // only draw untiled once in next()
147 SkASSERT(!fDone); in stepAndSetupTileDraw()
158 fDone = fOrigin.fX >= fSrcBounds.fRight - kMaxDim && in stepAndSetupTileDraw()
DSkAAClip.cpp124 bool done() const { return fDone; } in done()
136 bool fDone; member in SkAAClip::Iter
141 fDone = true; in Iter()
157 fDone = false; in Iter()
161 if (!fDone) { in next()
168 fDone = true; in next()
1405 fDone = false; in RowIter()
1407 fDone = true; in RowIter()
1413 bool done() const { return fDone; } in done()
1418 if (!fDone) { in next()
[all …]
DSkCanvas.cpp378 fDone = false; in AutoDrawLooper()
442 if (fDone) { in next()
445 fDone = true; in next()
460 bool fDone; member in AutoDrawLooper
484 fDone = true; in doNext()
491 fDone = true; in doNext()
2835 fDone = !fImpl->next(); in LayerIter()
2843 fDone = !fImpl->next(); in next()
/external/skia/tests/
Dskia_test.cpp46 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {} in Status()
52 const int done = ++fDone; in endTest()
74 std::atomic<int32_t> fDone; member in Status
DOnFlushCallbackTest.cpp267 AtlasObject() : fDone(false) { } in AtlasObject()
270 SkASSERT(fDone); in ~AtlasObject()
274 fDone = true; in markAsDone()
430 bool fDone; member in AtlasObject
/external/skqp/tests/
Dskia_test.cpp46 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {} in Status()
52 const int done = ++fDone; in endTest()
74 std::atomic<int32_t> fDone; member in Status
DOnFlushCallbackTest.cpp263 AtlasObject() : fDone(false) { } in AtlasObject()
266 SkASSERT(fDone); in ~AtlasObject()
270 fDone = true; in markAsDone()
426 bool fDone; member in AtlasObject
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java252 private boolean fDone; field in RuleBasedBreakIterator
426 return fDone ? DONE : fPosition; in next()
437 return fDone ? DONE : fPosition; in previous()
459 return fDone ? DONE : fPosition; in following()
482 return fDone ? DONE : fPosition; in preceding()
836 fDone = true; in handleNext()
1347 fDone = !populateFollowing(); in next()
1367 fDone = (fBufIdx == initialBufIdx); in previous()
1382 fDone = false; in following()
1410 fDone = false; in current()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedBreakIterator.java247 private boolean fDone; field in RuleBasedBreakIterator
416 return fDone ? DONE : fPosition; in next()
426 return fDone ? DONE : fPosition; in previous()
447 return fDone ? DONE : fPosition; in following()
469 return fDone ? DONE : fPosition; in preceding()
815 fDone = true; in handleNext()
1326 fDone = !populateFollowing(); in next()
1346 fDone = (fBufIdx == initialBufIdx); in previous()
1361 fDone = false; in following()
1389 fDone = false; in current()
/external/skia/src/pathops/
DSkOpSpan.h461 return fDone; in done()
516 fDone = done; in setDone()
529 SkOPASSERT(!oppValue || !fDone); in setOppValue()
544 SkOPASSERT(!windValue || !fDone); in setWindValue()
574 bool fDone; // if set, this span to next higher T has been processed variable
DSkOpContour.h148 return fDone; in done()
283 fDone = false; in reset()
382 bool fDone; // set by find top segment variable
DSkOpContour.cpp41 fDone = true; in undoneSpan()
/external/skqp/src/pathops/
DSkOpSpan.h461 return fDone; in done()
516 fDone = done; in setDone()
529 SkOPASSERT(!oppValue || !fDone); in setOppValue()
544 SkOPASSERT(!windValue || !fDone); in setWindValue()
574 bool fDone; // if set, this span to next higher T has been processed variable
DSkOpContour.h148 return fDone; in done()
283 fDone = false; in reset()
382 bool fDone; // set by find top segment variable
DSkOpContour.cpp41 fDone = true; in undoneSpan()
/external/icu/icu4c/source/test/thaitest/
Dthaitest.cpp80 UBool fDone; member in SpaceBreakIterator
499 : fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0), fDone(FALSE) in SpaceBreakIterator()
528 if (fDone) { in next()
537 fDone = TRUE; in next()
/external/icu/icu4c/source/common/unicode/
Drbbi.h139 UBool fDone; variable

12