Searched refs:checkOnCurve (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkPath.cpp | 2654 static bool checkOnCurve(SkScalar x, SkScalar y, const SkPoint& start, const SkPoint& end) { in checkOnCurve() function 2675 if (checkOnCurve(x, y, pts[0], pts[3])) { in winding_mono_cubic() 2750 if (checkOnCurve(x, y, pts[0], pts[2])) { in winding_mono_conic() 2825 if (checkOnCurve(x, y, pts[0], pts[2])) { in winding_mono_quad() 2899 if (checkOnCurve(x, y, pts[0], pts[1])) { in winding_line()
|