Lines Matching refs:xl
242 c->iterators.xl = l; in aa_nice_pointx()
314 c->iterators.xl = l; in aa_pointx()
436 c->iterators.xl = l; in recti()
451 int32_t x = c->iterators.xl; in scanline_set()
569 int32_t xl, xr; in trianglex_small() local
570 for (xl=minx ; xl<maxx ; xl++) { in trianglex_small()
577 xr = xl; in trianglex_small()
586 if (xl < xr) { in trianglex_small()
587 c->iterators.xl = xl; in trianglex_small()
745 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin); in triangle_sweep_edges() local
750 if (ggl_likely(xl < xr)) { in triangle_sweep_edges()
751 c->iterators.xl = xl; in triangle_sweep_edges()
997 c->iterators.xl = xmax; in aapolyx()
1043 if (c->iterators.xl < c->iterators.xr) in aapolyx()
1047 c->iterators.xl = xml; in aapolyx()
1051 c->iterators.xl = min(c->iterators.xl, xml); in aapolyx()
1169 if (c->iterators.xl < c->iterators.xr) in aapolyx()