Searched refs:SkChopCubicAtInflections (Results 1 – 3 of 3) sorted by relevance
163 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
610 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
552 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()