Lines Matching defs:point
14 static inline Sk2s from_point(const SkPoint& point) {
15 return Sk2s::Load(&point);
19 SkPoint point;
20 x.store(&point);
21 return point;
38 will always point toward the interior of the provided vectors.
47 /** Set pt to the point on the src quadratic specified by t. t must be
106 /** Given 3 points on a quadratic bezier, if the point of maximum
108 point along the curve. Otherwise it will return a value of 0.
113 if the point of maximum curvature exists on the quad segment.
129 /** Set pt to the point on the src cubic specified by t. t must be
183 (tangent == midtangent at every point on these curves except the cusp points.)
184 If this is the case then we simply chop at a point which guarantees neither side rotates more
220 inflection point, 3 for having chopped at 2 inflection points.
275 loop they are the double point. For a local cusp, they are both equal and denote the cusp point.
276 For a cusp at an infinite parameter value, one will be the local inflection point and the other