Home | History | Annotate | Download | only in core

Lines Matching full:autoclose

439     bool autoClose = false;
442 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) {
448 autoClose = true;
474 if (autoClose && nextDirection == firstDirection) {
477 closedOrMoved = autoClose;
502 if (allowPartial && !autoClose && firstDirection) {
520 bool result = 4 == corners && (first == last || autoClose);
537 autoClose = false; // we are not closed
544 *isClosed = autoClose;
1810 SkPath::Verb SkPath::Iter::autoClose(SkPoint pts[2]) {
1933 if (kLine_Verb == this->autoClose(ptsParam)) {
1951 verb = this->autoClose(pts);
1990 verb = this->autoClose(pts);