Searched refs:cubic_dchop_at_intercept (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkGeometry.cpp | 943 static bool cubic_dchop_at_intercept(const SkPoint src[4], SkScalar intercept, SkPoint dst[7], in cubic_dchop_at_intercept() function 959 return cubic_dchop_at_intercept(src, y, dst, &SkDCubic::horizontalIntersect); in SkChopMonoCubicAtY() 963 return cubic_dchop_at_intercept(src, x, dst, &SkDCubic::verticalIntersect); in SkChopMonoCubicAtX()
|
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 1142 static bool cubic_dchop_at_intercept(const SkPoint src[4], SkScalar intercept, SkPoint dst[7], in cubic_dchop_at_intercept() function 1158 return cubic_dchop_at_intercept(src, y, dst, &SkDCubic::horizontalIntersect); in SkChopMonoCubicAtY() 1162 return cubic_dchop_at_intercept(src, x, dst, &SkDCubic::verticalIntersect); in SkChopMonoCubicAtX()
|