Searched refs:findInflections (Results 1 – 4 of 4) sorted by relevance
67 int findInflections(double tValues[2]) const;71 return cubic.set(a).findInflections(tValues); in FindInflections()
255 int infTCount = cubic.findInflections(inflectionTs); in ComplexBreak()310 extrema += findInflections(&extremeTs[extrema]); in searchRoots()491 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()
3595 SkDEBUGCODE(int c1InfTCount =) c1.findInflections(c1InflectionTs); in loop1asQuad()3597 SkDEBUGCODE(int c2InfTCount =) c2.findInflections(c2InflectionTs); in loop1asQuad()