Searched refs:findYExtrema (Results 1 – 3 of 3) sorted by relevance
241 bool findYExtrema(SkScalar* t) const;
1182 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic1203 if (this->findYExtrema(&t)) { in chopAtYExtrema()1226 if (this->findYExtrema(&t)) { in computeTightBounds()
629 (void) conic.findYExtrema(&yT); in CheckConicLinear()