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

/system/core/libpixelflinger/
H A Dtrap.cpp1007 GGLfixed l_max = l; local
1009 if (l_min > l_max)
1010 swap(l_min, l_max);
1023 l_max &= ~(l_max>>31);
1027 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1;
1032 const GGLfixed l_max_i = gglCeilx (l_max);
1056 if (l_min_i == gglFloorx(l_max)) {
1060 * l_max
[all...]

Completed in 315 milliseconds