Home | History | Annotate | Download | only in core

Lines Matching full:autoclose

447     bool autoClose = false;
450 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
456 autoClose = true;
482 if (autoClose && nextDirection == firstDirection) {
485 closedOrMoved = autoClose;
510 if (allowPartial && !autoClose && firstDirection) {
528 bool result = 4 == corners && (first == last || autoClose);
545 autoClose = false; // we are not closed
552 *isClosed = autoClose;
1839 SkPath::Verb SkPath::Iter::autoClose(SkPoint pts[2]) {
1962 if (kLine_Verb == this->autoClose(ptsParam)) {
1980 verb = this->autoClose(pts);
2019 verb = this->autoClose(pts);