Searched refs:SkFindCubicCusp (Results 1 – 8 of 8) sorted by relevance
349 REPORTER_ASSERT(reporter, SkFindCubicCusp(noCusp.data()) < 0); in test_cubic_cusps()358 REPORTER_ASSERT(reporter, SkFindCubicCusp(cusp.data()) > 0); in test_cubic_cusps()
444 REPORTER_ASSERT(reporter, SkFindCubicCusp(noCusp.data()) < 0); in test_cubic_cusps()447 REPORTER_ASSERT(reporter, SkFindCubicCusp(cusp.data()) > 0); in test_cubic_cusps()
159 SkScalar SkFindCubicCusp(const SkPoint src[4]);
899 SkScalar SkFindCubicCusp(const SkPoint src[4]) { in SkFindCubicCusp() function
1286 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo()
230 SkScalar SkFindCubicCusp(const SkPoint src[4]);
1326 SkScalar cusp = SkFindCubicCusp(cubic); in cubicTo()
1098 SkScalar SkFindCubicCusp(const SkPoint src[4]) { in SkFindCubicCusp() function