Lines Matching defs:intersect
166 // 1 if hulls intersect
1083 // if the ends of each line intersect the opposite curve, the lines are coincident
1824 // trim parts that don't intersect the opposite
1844 // trim parts that don't intersect the opposite
1883 the bounding box of the extension does not intersect the original curve,
1954 SkTCoincident perp; // intersect perpendicular with opposite curve
2063 // intersect perpendicular with opposite curve
2084 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) {
2093 int SkIntersections::intersect(const SkDConic& c, const SkDQuad& q) {
2102 int SkIntersections::intersect(const SkDConic& c1, const SkDConic& c2) {
2111 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) {
2120 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) {
2130 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) {