Lines Matching refs:points
72 // Ensure we chop at approximately the correct points when we chop an entire list.
85 // Ensure the middle is exactly degenerate when we chop at two equal points.
326 SkPoint points[] = {{x1, y1}, {x2, y1}, {x2, y2}, {x1, y2}};
329 bezier[0] = points[i];
332 bezier[1] = points[jidx];
337 bezier[2] = points[kidx];
340 bezier[3] = points[l];
349 bezier[0] = points[i];
352 bezier[1] = points[jidx];
353 bezier[2] = points[jidx];
358 bezier[3] = points[kidx];
492 // 0- and 360-degree flat lines don't have single points of midtangent.
493 // (tangent == midtangent at every point on these curves except the cusp points.)