Home
last modified time | relevance | path

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

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