Searched refs:kMaxIter (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.cpp1064 // kMaxIter is chosen as the number of mantissa bits for a float,
1067 const int kMaxIter = 23; local
1089 } while (++iter < kMaxIter

Completed in 60 milliseconds