Home
last modified time | relevance | path

Searched refs:cubic_in_bounds (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.cpp245 static bool cubic_in_bounds(const SkScalar* pts, const SkScalar bounds[2]) { in cubic_in_bounds() function
379 if (!cubic_in_bounds(&pts[0].fY - yAxis, bounds)) { in findIntercepts()