Lines Matching defs:done
49 SkOpSpanBase** endPtr, bool* done) {
50 if (SkOpAngle* result = activeAngleInner(start, startPtr, endPtr, done)) {
53 if (SkOpAngle* result = activeAngleOther(start, startPtr, endPtr, done)) {
60 SkOpSpanBase** endPtr, bool* done) {
69 if (!upSpan->done()) {
73 *done = false;
76 SkASSERT(upSpan->done());
87 if (!downSpan->done()) {
91 *done = false;
94 SkASSERT(downSpan->done());
101 SkOpSpanBase** endPtr, bool* done) {
105 return other->activeAngleInner(oSpan, startPtr, endPtr, done);
499 if (span->done()) {
547 // mark the smaller of startIndex, endIndex done, and all adjacent
553 if (startSpan->done()) {
608 foundDone = nextSegment->done(nextAngle);
611 if (nextSegment->done()) {
653 // mark the smaller of startIndex, endIndex done, and all adjacent
659 if (startSpan->done()) {
704 foundDone = nextSegment->done(nextAngle);
707 if (nextSegment->done()) {
749 // mark the smaller of startIndex, endIndex done, and all adjacent
755 if (startSpan->done()) {
792 if (!(foundDone = nextSegment->done(nextAngle))) {
872 if (other->done()) {
1010 if (span->done()) {
1024 if (span->done()) {
1038 if (span->done()) {
1156 if (this->done()) {
1174 if (opp->done()) {
1707 if (!span->done()) {