Lines Matching defs:done
228 bool done = this->createInsetRing(*currentRing, nextRing, initialDepth, initialCoverage,
231 if (done) {
242 bool done = currentRing->numPts() >= 3;
243 if (done) {
247 return done;
683 bool done = false;
724 done = true;
830 if (done && fStyle != SkStrokeRec::kStroke_Style) {
836 done = true;
838 return done;