Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.cpp923 static bool cubic_dchop_at_intercept(const SkPoint src[4], SkScalar intercept, SkPoint dst[7], in cubic_dchop_at_intercept() function
939 return cubic_dchop_at_intercept(src, y, dst, &SkDCubic::horizontalIntersect); in SkChopMonoCubicAtY()
943 return cubic_dchop_at_intercept(src, x, dst, &SkDCubic::verticalIntersect); in SkChopMonoCubicAtX()