nearestSize constant
int
const nearestSize
The size multiple to round dimensions to for better caching performance. For example, a width of 123 would be rounded to 120.
Implementation
static const int nearestSize = 10;