Searched refs:checkOnCurve (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 2647 static bool checkOnCurve(SkScalar x, SkScalar y, const SkPoint& start, const SkPoint& end) { in checkOnCurve() function 2668 if (checkOnCurve(x, y, pts[0], pts[3])) { in winding_mono_cubic() 2743 if (checkOnCurve(x, y, pts[0], pts[2])) { in winding_mono_conic() 2818 if (checkOnCurve(x, y, pts[0], pts[2])) { in winding_mono_quad() 2892 if (checkOnCurve(x, y, pts[0], pts[1])) { in winding_line()
|
Completed in 9 milliseconds