Home | History | Annotate | Download | only in core

Lines Matching refs:moveTo

75     if (pts.count() <= 1) {  // we ignore just 1 point (moveto)
212 this->moveTo(x, y);
238 void SkPath::moveTo(SkScalar x, SkScalar y) {
258 this->moveTo(pt.fX + x, pt.fY + y);
357 this->moveTo(left, top);
402 this->moveTo(rect.fRight - rx, rect.fTop);
518 this->moveTo(cx + rx, cy);
548 this->moveTo(R, cy);
637 forceMoveTo ? this->moveTo(pts[0]) : this->lineTo(pts[0]);
660 this->moveTo(pts[0]);
748 this->moveTo(pts[0]);
782 // ignore the initial moveto, and stop when the 1st contour ends
792 const SkPoint* pts = path.fPts.begin() + 1; // 1 for the initial moveTo
909 tmp.moveTo(pts[0]);
998 verbs += 1; // skip the initial moveto
1084 if (fVerbs == fVerbStop) { // might be a trailing moveto
1193 dst->moveTo(pts[0]);
1266 SkDebugf(" path: moveTo [%g %g]\n",
1269 SkDebugf(" path: moveTo [%x %x]\n", pts[0].fX, pts[0].fY);