Searched refs:findYExtrema (Results 1 – 4 of 4) sorted by relevance
241 bool findYExtrema(SkScalar* t) const;
1209 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic1233 if (this->findYExtrema(&t)) { in chopAtYExtrema()1259 if (this->findYExtrema(&t)) { in computeTightBounds()
649 (void) conic.findYExtrema(&yT); in CheckConicLinear()
3421 n += conic.findYExtrema(&ts[n]); in compute_conic_extremas()