Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:xmin

743 	const int xmin = c->state.scissor.left;
747 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin);
960 const int xmin = c->state.scissor.left;
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, gglFixedToIntFloor(l_min_i));
1048 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));