Searched refs:SkFindCubicInflections (Results 1 – 3 of 3) sorted by relevance
146 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
543 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { in SkFindCubicInflections() function559 int count = SkFindCubicInflections(src, tValues); in SkChopCubicAtInflections()
1251 int count = SkFindCubicInflections(cubic, tValues); in cubicTo()