Lines Matching refs:lastControlPoint
191 SkPoint startPoint=p[0], lastControlPoint=p[0]; in get_contour_closing_control_point() local
199 lastControlPoint = p[2]; in get_contour_closing_control_point()
205 lastControlPoint = p[1]; in get_contour_closing_control_point()
211 lastControlPoint = p[0]; in get_contour_closing_control_point()
217 return (p[0] == startPoint) ? lastControlPoint : p[0]; in get_contour_closing_control_point()
284 SkPoint lastControlPoint; in verifyResolveLevels() local
292 lastControlPoint = get_contour_closing_control_point(iter, iterate.end()); in verifyResolveLevels()
305 float rotation = SkMeasureAngleBetweenVectors(pts[0] - lastControlPoint, in verifyResolveLevels()
315 lastControlPoint = pts[0]; in verifyResolveLevels()
338 rotation += SkMeasureAngleBetweenVectors(pts[0] - lastControlPoint, in verifyResolveLevels()
351 lastControlPoint = (pts[2] == pts[1]) ? pts[0] : pts[1]; in verifyResolveLevels()
384 rotation += SkMeasureAngleBetweenVectors(p[0] - lastControlPoint, tan0); in verifyResolveLevels()
395 lastControlPoint = in verifyResolveLevels()
407 float rotation = SkMeasureAngleBetweenVectors(pts[0] - lastControlPoint, in verifyResolveLevels()