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