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