Lines Matching refs:lineTo
261 void SkPath::lineTo(SkScalar x, SkScalar y) { in lineTo() function in SkPath
277 this->lineTo(pt.fX + x, pt.fY + y); in rLineTo()
359 this->lineTo(left, bottom); in addRect()
360 this->lineTo(right, bottom); in addRect()
361 this->lineTo(right, top); in addRect()
363 this->lineTo(right, top); in addRect()
364 this->lineTo(right, bottom); in addRect()
365 this->lineTo(left, bottom); in addRect()
405 this->lineTo(rect.fLeft + rx, rect.fTop); // top in addRoundRect()
411 this->lineTo(rect.fLeft, rect.fBottom - ry); // left in addRoundRect()
417 this->lineTo(rect.fRight - rx, rect.fBottom); // bottom in addRoundRect()
423 this->lineTo(rect.fRight, rect.fTop + ry); in addRoundRect()
433 this->lineTo(rect.fRight, rect.fBottom - ry); in addRoundRect()
439 this->lineTo(rect.fLeft + rx, rect.fBottom); // bottom in addRoundRect()
445 this->lineTo(rect.fLeft, rect.fTop + ry); // left in addRoundRect()
451 this->lineTo(rect.fRight - rx, rect.fTop); // top in addRoundRect()
637 forceMoveTo ? this->moveTo(pts[0]) : this->lineTo(pts[0]); in arcTo()
720 this->lineTo(xx, yy); in arcTo()
752 this->lineTo(pts[1]); in addPath()
798 this->lineTo(pts[0].fX, pts[0].fY); in pathTo()
838 this->lineTo(pts[-1].fX, pts[-1].fY); in reversePathTo()
912 tmp.lineTo(pts[1]); in transform()
1197 dst->lineTo(pts[1]); in subdivide()