Searched refs:findInflections (Results 1 – 4 of 4) sorted by relevance
66 int findInflections(double tValues[2]) const;70 return cubic.set(a).findInflections(tValues); in FindInflections()
266 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
74 int inflections = cubic->findInflections(inflectT); in toQuadraticTs()221 int inflections = cubic.findInflections(tInflects); in CubicPathToSimple()
3602 SkDEBUGCODE(int c1InfTCount =) c1.findInflections(c1InflectionTs); in loop1asQuad()3604 SkDEBUGCODE(int c2InfTCount =) c2.findInflections(c2InflectionTs); in loop1asQuad()