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

/system/core/libpixelflinger/
H A Dtrap.cpp1034 const GGLfixed r_max_i = gglCeilx (r_max); local
1038 const int xmr = min(xmax, gglFixedToIntFloor(r_max_i));
1139 for (int x = r_min_i+FIXED_ONE ; x < r_max_i-FIXED_ONE ; x += FIXED_ONE) {
1145 dx = TRI_FROM_FIXED(r_max - r_max_i) - TRI_ONE;

Completed in 169 milliseconds