Home
last modified time | relevance | path

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

/external/skia/tests/
DGrPathUtilsTest.cpp24 if (int inflectN = SkFindCubicInflections(p, inflectT)) { in check_cubic_convex_180()
107 REPORTER_ASSERT(r, SkFindCubicInflections(cusp, T) == 2); in DEF_TEST()
/external/skqp/src/core/
DSkGeometry.h146 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
DSkGeometry.cpp528 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { in SkFindCubicInflections() function
544 int count = SkFindCubicInflections(src, tValues); in SkChopCubicAtInflections()
DSkStroke.cpp1279 int count = SkFindCubicInflections(cubic, tValues); in cubicTo()
/external/skia/src/core/
DSkGeometry.h217 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
DSkGeometry.cpp731 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { in SkFindCubicInflections() function
747 int count = SkFindCubicInflections(src, tValues); in SkChopCubicAtInflections()
DSkStroke.cpp1315 int count = SkFindCubicInflections(cubic, tValues); in cubicTo()
/external/skia/samplecode/
DSamplePath.cpp737 int n = SkFindCubicInflections(fPts, ts); in onDrawContent()
/external/skqp/samplecode/
DSamplePath.cpp742 int n = SkFindCubicInflections(fPts, ts); in onDrawContent()