Home | History | Annotate | Download | only in pathops

Lines Matching defs:cubic

40     static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
48 SkDCubic cubic;
49 cubic.set(a);
50 return cubic.findInflections(tValues);
63 SkDCubic cubic;
64 cubic.set(a);
65 return cubic.subDivide(t1, t2);
72 SkDCubic cubic;
73 cubic.set(pts);
74 cubic.subDivide(a, d, t1, t2, p);