Searched refs:xmax (Results 1 – 2 of 2) sorted by relevance
43 xmax=046 xmax=306066 (0035) x=$(convert $value $xmax $xscale);;
742 const int xmax = c->state.scissor.right; in triangle_sweep_edges() local746 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() local960 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()[all …]