Home | History | Annotate | Download | only in core

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
689 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
727 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
761 // Given a point on the curve and its derivative, scale the derivative by the radius, and
782 // Given a conic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
811 // Given a cubic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
862 // Given a quad and t, return the point on curve, its perpendicular, and the perpendicular tangent.
996 // measure the distance from the curve to the quad-stroke midpoint, compare to radius
1017 // measure the curve ray distance to the quad-stroke
1051 // project a ray from the curve to the stroke
1067 // project a ray from the curve to the stroke
1094 // project a ray from the curve to the stroke
1243 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it