Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dtrap.cpp1034 const GGLfixed l_max_i = gglCeilx (l_max); in aapolyx() local
1099 for (int x = l_min_i+FIXED_ONE ; x < l_max_i-FIXED_ONE ; x += FIXED_ONE) { in aapolyx()
1105 dx = TRI_FROM_FIXED(l_max - l_max_i) - TRI_ONE; in aapolyx()
1111 coverage = covPtr + gglFixedToIntFloor(l_max_i); in aapolyx()
1114 SET_COVERAGE(coverage, 0x7FFF, ((r_max - l_max_i)>>FIXED_BITS)+1); in aapolyx()
1116 for (int x=l_max_i ; x<r_max ; x+=FIXED_ONE) { in aapolyx()