Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTestCommon.cpp222 double tInflects[2]; in CubicPathToSimple() local
223 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()