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

/system/core/libpixelflinger/
H A Dtrap.cpp1032 const GGLfixed l_max_i = gglCeilx (l_max); local
1097 for (int x = l_min_i+FIXED_ONE ; x < l_max_i-FIXED_ONE ; x += FIXED_ONE) {
1103 dx = TRI_FROM_FIXED(l_max - l_max_i) - TRI_ONE;
1109 coverage = covPtr + gglFixedToIntFloor(l_max_i);
1112 SET_COVERAGE(coverage, 0x7FFF, ((r_max - l_max_i)>>FIXED_BITS)+1);
1114 for (int x=l_max_i ; x<r_max ; x+=FIXED_ONE) {

Completed in 102 milliseconds