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