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