Searched refs:tInflects (Results 1 – 1 of 1) sorted by relevance
222 double tInflects[2]; in CubicPathToSimple() local223 int inflections = cubic.findInflections(tInflects); in CubicPathToSimple()224 if (inflections > 1 && tInflects[0] > tInflects[1]) { in CubicPathToSimple()225 SkTSwap(tInflects[0], tInflects[1]); in CubicPathToSimple()229 double hi = index < inflections ? tInflects[index] : 1; in CubicPathToSimple()