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

/external/skia/src/core/
H A DSkNinePatchIter.h38 bool fDone; member in class:SkNinePatchIter
H A DSkNinePatchIter.cpp49 fDone = false;
53 if (fDone) {
68 fDone = true;
H A DSkRegion.cpp1293 fDone = true;
1295 fDone = false;
1309 if (fDone) {
1314 fDone = true;
1342 fDone = true;
1349 : fIter(rgn), fClip(clip), fDone(true) {
1357 fDone = false;
1365 if (fDone) {
1371 fDone = true;
1378 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;
1464 fDone = false;
1466 fDone = true;
1472 bool done() const { return fDone; }
1477 if (!fDone) {
1497 bool fDone; member in class:RowIter
[all...]
H A DSkCanvas.cpp455 fDone = false;
529 if (fDone) {
532 fDone = true;
549 bool fDone; member in class:AutoDrawLooper
572 fDone = true;
577 fDone = true;
582 fDone = true;
589 fDone = true;
2916 fDone = !fImpl->next();
2924 fDone
[all...]
H A DSkPath.cpp2476 bool done() const { return fDone; }
2488 bool fDone; member in class:ContourIter
2494 fDone = false;
2505 fDone = true;
2507 if (fDone) {
/external/skia/include/private/
H A DSkOnce.h55 bool* mutableDone() { return &fDone; }
61 bool fDone; member in class:SkOnceFlag
/external/skia/include/core/
H A DSkRegion.h311 Iterator() : fRgn(NULL), fDone(true) {}
317 bool done() const { return fDone; }
327 bool fDone; member in class:SkRegion::Iterator
337 bool done() { return fDone; }
345 bool fDone; member in class:SkRegion::Cliperator
360 bool fDone; member in class:SkRegion::Spanerator
H A DSkCanvas.h1156 bool done() const { return fDone; }
1178 bool fDone; member in class:SkCanvas::LayerIter
/external/skia/tests/
H A Dskia_test.cpp38 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
44 const int done = 1 + sk_atomic_inc(&fDone);
68 int32_t fDone; // atomic member in class:Status
/external/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp78 UBool fDone; member in class:SpaceBreakIterator
497 : fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0), fDone(FALSE)
526 if (fDone) {
535 fDone = TRUE;
/external/skia/src/pathops/
H A DSkOpContour.h174 return fDone;
329 fDone = false;
426 bool fDone; // set by find top segment member in class:SkOpContour
H A DSkOpSpan.h411 return fDone;
460 fDone = done;
516 bool fDone; // if set, this span to next higher T has been processed member in class:SkOpSpan
H A DSkOpSpan.cpp362 fChased = fDone = false;
/external/skia/src/animator/
H A DSkScript2.h194 , fPrimed(kIsNotPrimed), fDone(kIsNotDone) {
211 Done fDone : 1; // mark when branch is complete member in struct:SkScriptEngine2::Branch
H A DSkScriptTokenizer.cpp147 while (fBranchStack.top().fDone == Branch::kIsDone)
718 if (branch.fDone == Branch::kIsNotDone)
722 while (fBranchStack.top().fDone == Branch::kIsDone)
966 if (branch.fDone == Branch::kIsNotDone)
970 while (fBranchStack.top().fDone == Branch::kIsDone)
1024 branch.fDone = Branch::kIsNotDone;
1033 Branch::Done wasDone = oldTop.fDone;
1035 oldTop.fDone = Branch::kIsNotDone;
1049 oldTop.fDone = wasDone;
1181 SkASSERT(fDone
[all...]
/external/skia/tools/kilobench/
H A Dkilobench.cpp295 , fDone(false) {}
375 fDone = true;
397 if (fDone && fFrameStartSyncs.isEmpty()) {
404 const SkTArray<double>& timings() const { SkASSERT(fDone); return fTimings; }
416 bool fDone; member in struct:kilobench::TimingThread

Completed in 352 milliseconds