Home
last modified time | relevance | path

Searched refs:findYExtrema (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkGeometry.h241 bool findYExtrema(SkScalar* t) const;
DSkGeometry.cpp1182 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic
1203 if (this->findYExtrema(&t)) { in chopAtYExtrema()
1226 if (this->findYExtrema(&t)) { in computeTightBounds()
DSkStroke.cpp629 (void) conic.findYExtrema(&yT); in CheckConicLinear()