Searched refs:SkFindCubicMaxCurvature (Results 1 – 3 of 3) sorted by relevance
154 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
820 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]) { in SkFindCubicMaxCurvature() function854 int count = SkFindCubicMaxCurvature(src, tValues); in SkChopCubicAtMaxCurvature()
593 int count = SkFindCubicMaxCurvature(cubic, tValues); in CheckCubicLinear()