Home | History | Annotate | Download | only in pathops

Lines Matching full:curve

71     double fPerpT;  // perpendicular intersection on opposite curve
84 /* Curve is either TCurve or SkDCubic */
172 void resetBounds(const TCurve& curve) {
174 initBounds(curve);
1008 // check to see if a range of points are on the curve
1418 // find the point where the tangent line intersects the opposite curve
1435 // if the ends of each line intersect the opposite curve, the lines are coincident
2242 perpendicular to track its intersection in the opposite curve. However,
2243 the bounding box of the extension does not intersect the original curve,
2312 SkTCoincident<TCurve, OppCurve> perp; // intersect perpendicular with opposite curve
2412 // intersect perpendicular with opposite curve