Home | History | Annotate | Download | only in Intersection

Lines Matching refs:cubics

23     // upscale quadratics to cubics
54 // pairs of coincident cubics
55 // The on curve points of each cubic should be on both parameterized cubics.
56 const Cubic cubics[] = {
93 const size_t cubics_count = sizeof(cubics) / sizeof(cubics[0]);
100 if (!point_on_parameterized_curve(cubics[index], cubics[index][inner])) {
104 if (!point_on_parameterized_curve(cubics[index], cubics[index ^ 1][inner])) {
109 if (!implicit_matches(cubics[index], cubics[index ^ 1])) {