Searched defs:xmin (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dtrap.cpp743 const int xmin = c->state.scissor.left; local
747 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin);
960 const int xmin = c->state.scissor.left; local
962 if (xmin >= xmax) return;
983 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
1000 c->iterators.xr = xmin;
1007 // compute xmin and xmax for the left edge
1014 // compute xmin and xmax for the right edge
1039 const int xml = max(xmin, gglFixedToIntFloo
[all...]

Completed in 27 milliseconds