Lines Matching refs:xr
243 c->iterators.xr = r; in aa_nice_pointx()
315 c->iterators.xr = r; in aa_pointx()
437 c->iterators.xr = r; in recti()
452 size_t ct = c->iterators.xr - x; in scanline_set()
569 int32_t xl, xr; in trianglex_small() local
577 xr = xl; in trianglex_small()
578 for ( ; xr<maxx ; xr++) { in trianglex_small()
586 if (xl < xr) { in trianglex_small()
588 c->iterators.xr = xr; in trianglex_small()
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); in triangle_sweep_edges() local
750 if (ggl_likely(xl < xr)) { in triangle_sweep_edges()
752 c->iterators.xr = xr; in triangle_sweep_edges()
998 c->iterators.xr = xmin; in aapolyx()
1043 if (c->iterators.xl < c->iterators.xr) in aapolyx()
1048 c->iterators.xr = xmr; in aapolyx()
1052 c->iterators.xr = max(c->iterators.xr, xmr); in aapolyx()
1169 if (c->iterators.xl < c->iterators.xr) in aapolyx()