Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsCubic.h66 int findInflections(double tValues[2]) const;
70 return cubic.set(a).findInflections(tValues); in FindInflections()
DSkPathOpsCubic.cpp266 int infTCount = cubic.findInflections(inflectionTs); in ComplexBreak()
344 extrema += findInflections(&extremeTs[extrema]); in searchRoots()
517 int SkDCubic::findInflections(double tValues[]) const { in findInflections() function in SkDCubic
/third_party/skia/tests/
DPathOpsTestCommon.cpp74 int inflections = cubic->findInflections(inflectT); in toQuadraticTs()
221 int inflections = cubic.findInflections(tInflects); in CubicPathToSimple()
DPathOpsOpTest.cpp3602 SkDEBUGCODE(int c1InfTCount =) c1.findInflections(c1InflectionTs); in loop1asQuad()
3604 SkDEBUGCODE(int c2InfTCount =) c2.findInflections(c2InflectionTs); in loop1asQuad()