Home | History | Annotate | Download | only in pathops

Lines Matching refs:curve

59     SkPoint curve[4];
68 closeContour(curve[0], curveStart);
72 curveStart = curve[0] = pts[0];
76 if (SkDPoint::ApproximatelyEqual(curve[0], pts[1])) {
85 curve[1] = pts[1];
86 curve[2] = pts[2];
87 verb = SkReduceOrder::Quad(curve, pts);
100 curve[0] = quadPts[nQuads * 2 - 1];
105 curve[1] = pts[1];
106 curve[2] = pts[2];
107 curve[3] = pts[3];
108 verb = SkReduceOrder::Cubic(curve, pts);
114 closeContour(curve[0], curveStart);
123 curve[0] = pts[ptCount];
127 closeContour(curve[0], curveStart);