Searched refs:chopAtYExtrema (Results 1 – 3 of 3) sorted by relevance
359 bool chopAtYExtrema(SkConic dst[2]) const;
1574 bool SkConic::chopAtYExtrema(SkConic dst[2]) const { in chopAtYExtrema() function in SkConic
2797 bool isMono = is_mono_quad(pts[0].fY, pts[1].fY, pts[2].fY) || !conic.chopAtYExtrema(chopped); in winding_conic()