Searched defs:xmax (Results 1 - 1 of 1) sorted by path

/system/core/libpixelflinger/
H A Dtrap.cpp744 const int xmax = c->state.scissor.right; local
748 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax);
961 const int xmax = c->state.scissor.right; local
962 if (xmin >= xmax) return;
983 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
999 c->iterators.xl = xmax;
1007 // compute xmin and xmax for the left edge
1014 // compute xmin and xmax for the right edge
1027 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)
[all...]

Completed in 51 milliseconds