Searched refs:SkFindCubicInflections (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | GrPathUtilsTest.cpp | 24 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/ |
D | SkGeometry.h | 146 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
|
D | SkGeometry.cpp | 528 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { in SkFindCubicInflections() function 544 int count = SkFindCubicInflections(src, tValues); in SkChopCubicAtInflections()
|
D | SkStroke.cpp | 1279 int count = SkFindCubicInflections(cubic, tValues); in cubicTo()
|
/external/skia/src/core/ |
D | SkGeometry.h | 217 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
|
D | SkGeometry.cpp | 731 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { in SkFindCubicInflections() function 747 int count = SkFindCubicInflections(src, tValues); in SkChopCubicAtInflections()
|
D | SkStroke.cpp | 1315 int count = SkFindCubicInflections(cubic, tValues); in cubicTo()
|
/external/skia/samplecode/ |
D | SamplePath.cpp | 737 int n = SkFindCubicInflections(fPts, ts); in onDrawContent()
|
/external/skqp/samplecode/ |
D | SamplePath.cpp | 742 int n = SkFindCubicInflections(fPts, ts); in onDrawContent()
|