Searched refs:MAX_ITERS (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ | ||
H A D | SkCubicSolver.h | 44 const int MAX_ITERS = 8; in cubic_solver() local 45 for (; iters < MAX_ITERS; ++iters) { in cubic_solver() |
Completed in 1 milliseconds