Lines Matching defs:cubic
50 static void Coefficients(const double* cubic, double* A, double* B, double* C, double* D);
69 SkDCubic cubic;
70 return cubic.set(a).findInflections(tValues);
99 * Return the number of valid roots (0 < root < 1) for this cubic intersecting the
104 * Return the number of valid roots (0 < root < 1) for this cubic intersecting the
124 SkDCubic cubic;
125 return cubic.set(a).subDivide(t1, t2);
132 SkDCubic cubic;
133 cubic.set(pts).subDivide(a, d, t1, t2, p);
212 bool hullIntersects(const SkDCubic& cubic, bool* isLinear) const override {
213 return cubic.hullIntersects(fCubic, isLinear);