Lines Matching full:curve
38 /* Enable to show the decisions made in subdividing the curve -- helpful when the resulting
81 SkPoint fQuad[3]; // the stroked quad parallel to the original curve
84 SkScalar fStartT; // a segment of the original curve
182 kPoint_ReductionType, // all curve points are practically identical
688 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
726 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
760 // Given a point on the curve and its derivative, scale the derivative by the radius, and
781 // Given a conic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
810 // Given a cubic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
861 // Given a quad and t, return the point on curve, its perpendicular, and the perpendicular tangent.
995 // measure the distance from the curve to the quad-stroke midpoint, compare to radius
1016 // measure the curve ray distance to the quad-stroke
1050 // project a ray from the curve to the stroke
1066 // project a ray from the curve to the stroke
1093 // project a ray from the curve to the stroke
1242 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it