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

/system/core/libpixelflinger/
H A Dtrap.cpp741 const int xmin = c->state.scissor.left; local
745 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin);
958 const int xmin = c->state.scissor.left; local
960 if (xmin >= xmax) return;
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
998 c->iterators.xr = xmin;
1005 // compute xmin and xmax for the left edge
1012 // compute xmin and xmax for the right edge
1037 const int xml = max(xmin, gglFixedToIntFloo
[all...]

Completed in 41 milliseconds