Lines Matching refs:xmax
742 const int xmax = c->state.scissor.right; in triangle_sweep_edges() local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); in triangle_sweep_edges()
959 const int xmax = c->state.scissor.right; in aapolyx() local
960 if (xmin >= xmax) return; in aapolyx()
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr)); in aapolyx()
997 c->iterators.xl = xmax; in aapolyx()
1025 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)-1; in aapolyx()
1026 if (gglFixedToIntFloor(r_min) >= xmax) r_min = gglIntToFixed(xmax)-1; in aapolyx()
1027 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1; in aapolyx()
1028 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1; in aapolyx()
1038 const int xmr = min(xmax, gglFixedToIntFloor(r_max_i)); in aapolyx()
1046 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr)); in aapolyx()