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