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

/system/core/libpixelflinger/
H A Dtrap.cpp1014 GGLfixed r_max = r; local
1016 if (r_min > r_max)
1017 swap(r_min, r_max);
1024 r_max &= ~(r_max>>31);
1028 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1;
1034 const GGLfixed r_max_i = gglCeilx (r_max);
1112 SET_COVERAGE(coverage, 0x7FFF, ((r_max - l_max_i)>>FIXED_BITS)+1);
1114 for (int x=l_max_i ; x<r_max ;
[all...]

Completed in 209 milliseconds