Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkCubicMap.cpp57 const int MAX_ITERS = 8; in solve_nice_cubic_halley() local
63 for (; iters < MAX_ITERS; ++iters) { in solve_nice_cubic_halley()
95 const int MAX_ITERS = 8; in solve_nice_cubic_householder() local
101 for (; iters < MAX_ITERS; ++iters) { in solve_nice_cubic_householder()
/external/skia/src/core/
DSkCubicMap.cpp57 const int MAX_ITERS = 8; in solve_nice_cubic_halley() local
63 for (; iters < MAX_ITERS; ++iters) { in solve_nice_cubic_halley()
95 const int MAX_ITERS = 8; in solve_nice_cubic_householder() local
101 for (; iters < MAX_ITERS; ++iters) { in solve_nice_cubic_householder()