Lines Matching defs:pts
505 SkPoint pts[4];
507 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
516 MakeJsonPoint(writer, pts[1]);
521 MakeJsonPoint(writer, pts[1]);
522 MakeJsonPoint(writer, pts[2]);
528 MakeJsonPoint(writer, pts[1]);
529 MakeJsonPoint(writer, pts[2]);
530 MakeJsonPoint(writer, pts[3]);
536 MakeJsonPoint(writer, pts[1]);
537 MakeJsonPoint(writer, pts[2]);
544 MakeJsonPoint(writer, pts[0]);
1591 const SkPoint pts[],
1593 : INHERITED(kDrawPoints_OpType), fMode(mode), fPts(pts, count), fPaint(paint) {}