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

/system/core/libpixelflinger/
H A Dtrap.cpp742 const int xmax = c->state.scissor.right; local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax);
959 const int xmax = c->state.scissor.right; local
960 if (xmin >= xmax) return;
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
997 c->iterators.xl = xmax;
1005 // compute xmin and xmax for the left edge
1012 // compute xmin and xmax for the right edge
1025 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)
[all...]

Completed in 149 milliseconds