Searched refs:cubic_in_bounds (Results 1 – 1 of 1) sorted by relevance
245 static bool cubic_in_bounds(const SkScalar* pts, const SkScalar bounds[2]) { in cubic_in_bounds() function379 if (!cubic_in_bounds(&pts[0].fY - yAxis, bounds)) { in findIntercepts()