Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DGeometryTest.cpp349 REPORTER_ASSERT(reporter, SkFindCubicCusp(noCusp.data()) < 0); in test_cubic_cusps()
358 REPORTER_ASSERT(reporter, SkFindCubicCusp(cusp.data()) > 0); in test_cubic_cusps()
/third_party/skia/tests/
DGeometryTest.cpp444 REPORTER_ASSERT(reporter, SkFindCubicCusp(noCusp.data()) < 0); in test_cubic_cusps()
447 REPORTER_ASSERT(reporter, SkFindCubicCusp(cusp.data()) > 0); in test_cubic_cusps()
/third_party/flutter/skia/src/core/
DSkGeometry.h159 SkScalar SkFindCubicCusp(const SkPoint src[4]);
DSkGeometry.cpp899 SkScalar SkFindCubicCusp(const SkPoint src[4]) { in SkFindCubicCusp() function
DSkStroke.cpp1286 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo()
/third_party/skia/src/core/
DSkGeometry.h230 SkScalar SkFindCubicCusp(const SkPoint src[4]);
DSkStroke.cpp1326 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo()
DSkGeometry.cpp1098 SkScalar SkFindCubicCusp(const SkPoint src[4]) { in SkFindCubicCusp() function