Searched refs:SkChopCubicAtInflections (Results 1 – 5 of 5) sorted by relevance
522 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()543 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
580 int n = SkChopCubicAtInflections(serp.data(), chops); in test_chop_at_midtangent()610 int n = SkChopCubicAtInflections(kExactCuspAtInf, chops); in test_chop_at_midtangent()
223 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
741 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
1112 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()