Lines Matching defs:pts
73 SkPoint pts[4];
76 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
80 contour_start = pts[0];
86 const auto line_start = pts[0],
87 line_end = pts[1];
95 SkConvertQuadToCubic(pts, pts);
96 cubics.push_back({pts[1], pts[2], pts[3]});
107 conic_end = pts[2];
110 lerp(pts[1], conic_start, kCubicCircleCoeff),
111 lerp(pts[1], conic_end , kCubicCircleCoeff),
116 cubics.push_back({pts[1], pts[2], pts[3]});