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

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

Completed in 135 milliseconds