Searched refs:findYExtrema (Results 1 – 6 of 6) sorted by relevance
287 bool findYExtrema(SkScalar* t) const;
1316 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic1340 if (this->findYExtrema(&t)) { in chopAtYExtrema()1366 if (this->findYExtrema(&t)) { in computeTightBounds()
3852 n += conic.findYExtrema(&ts[n]); in compute_conic_extremas()
357 bool findYExtrema(SkScalar* t) const;
1556 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic1580 if (this->findYExtrema(&t)) { in chopAtYExtrema()1606 if (this->findYExtrema(&t)) { in computeTightBounds()
3241 n += conic.findYExtrema(&ts[n]); in compute_conic_extremas()