Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.h241 bool findYExtrema(SkScalar* t) const;
DSkGeometry.cpp1209 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic
1233 if (this->findYExtrema(&t)) { in chopAtYExtrema()
1259 if (this->findYExtrema(&t)) { in computeTightBounds()
DSkStroke.cpp649 (void) conic.findYExtrema(&yT); in CheckConicLinear()
DSkPath.cpp3421 n += conic.findYExtrema(&ts[n]); in compute_conic_extremas()