Lines Matching refs:Cubic
30 static int quadPart(const Cubic& cubic, double tStart, double tEnd, Quadratic& simple) {
31 Cubic part;
78 static bool intersect3(const Cubic& cubic1, double t1s, double t1e, const Cubic& cubic2,
82 Cubic c1, c2;
112 Cubic cSub1, cSub2;
314 static bool intersectEnd(const Cubic& cubic1, bool start, const Cubic& cubic2, const _Rect& bounds2,
391 static bool closeStart(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) {
399 static bool closeEnd(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) {
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
444 int intersect(const Cubic& cubic, const Quadratic& quad, Intersections& i) {
445 Cubic up;
458 int intersect(const Cubic& c, Intersections& i) {