Searched refs:findYExtrema (Results 1 – 3 of 3) sorted by relevance
357 bool findYExtrema(SkScalar* t) const;
1552 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic1576 if (this->findYExtrema(&t)) { in chopAtYExtrema()1602 if (this->findYExtrema(&t)) { in computeTightBounds()
3307 n += conic.findYExtrema(&ts[n]); in compute_conic_extremas()