Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.h65 int findInflections(double tValues[2]) const;
69 return cubic.set(a).findInflections(tValues); in FindInflections()
DSkPathOpsCubic.cpp268 int infTCount = cubic.findInflections(inflectionTs); in ComplexBreak()
345 extrema += findInflections(&extremeTs[extrema]); in searchRoots()
518 int SkDCubic::findInflections(double tValues[]) const { in findInflections() function in SkDCubic
/external/skia/tests/
DPathOpsTestCommon.cpp70 int inflections = cubic->findInflections(inflectT); in toQuadraticTs()
223 int inflections = cubic.findInflections(tInflects); in CubicPathToSimple()
DPathOpsOpTest.cpp3598 SkDEBUGCODE(int c1InfTCount =) c1.findInflections(c1InflectionTs); in loop1asQuad()
3600 SkDEBUGCODE(int c2InfTCount =) c2.findInflections(c2InflectionTs); in loop1asQuad()