Home | History | Annotate | Download | only in pathops

Lines Matching full:points

49 // look for identical points
50 // look for all four points in a line
51 // note that three points in a line doesn't simplify a cubic
162 Given points c1, c2, c3 and c4 of a cubic Bezier, the points of the
164 points):
170 Of course, this curve does not interpolate the end-points, but it would
180 // look for identical points
181 // look for all four points in a line
182 // note that three points in a line doesn't simplify a cubic