Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGeometry.h287 bool findYExtrema(SkScalar* t) const;
DSkGeometry.cpp1316 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic
1340 if (this->findYExtrema(&t)) { in chopAtYExtrema()
1366 if (this->findYExtrema(&t)) { in computeTightBounds()
DSkPath.cpp3852 n += conic.findYExtrema(&ts[n]); in compute_conic_extremas()
/external/skia/src/core/
DSkGeometry.h357 bool findYExtrema(SkScalar* t) const;
DSkGeometry.cpp1556 bool SkConic::findYExtrema(SkScalar* t) const { in findYExtrema() function in SkConic
1580 if (this->findYExtrema(&t)) { in chopAtYExtrema()
1606 if (this->findYExtrema(&t)) { in computeTightBounds()
DSkPath.cpp3241 n += conic.findYExtrema(&ts[n]); in compute_conic_extremas()