Lines Matching defs:lineTo
170 void lineTo(const SkPoint&, const SkPath::Iter* iter = nullptr);
430 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY);
431 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
466 void SkPathStroker::lineTo(const SkPoint& currPt, const SkPath::Iter* iter) {
728 this->lineTo(pt2);
732 this->lineTo(pt2);
736 this->lineTo(reduction);
739 this->lineTo(pt2);
746 this->lineTo(pt2);
766 this->lineTo(pt2);
770 this->lineTo(pt2);
774 this->lineTo(reduction);
777 this->lineTo(pt2);
784 this->lineTo(pt2);
1136 path->lineTo(quad[2].fX, quad[2].fY);
1287 this->lineTo(pt3);
1291 this->lineTo(pt3);
1295 this->lineTo(reduction[0]);
1299 this->lineTo(reduction[1]);
1302 this->lineTo(reduction[2]);
1304 this->lineTo(pt3);
1311 this->lineTo(pt3);
1463 stroker.lineTo(pts[1], &iter);
1485 stroker.lineTo(stroker.moveToPt());