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