Lines Matching refs:xl
120 #define MIARCSLICEUPPER(xl,xr,slice,slw) \
121 xl = xorg - x; \
122 xr = xl + slw - 1; \
125 if (slice.edge2_top && (slice.edge2.x > xl)) \
126 xl = slice.edge2.x;
128 #define MIARCSLICELOWER(xl,xr,slice,slw) \
129 xl = xorg - x; \
130 xr = xl + slw - 1; \
131 if (!slice.edge1_top && (slice.edge1.x > xl)) \
132 xl = slice.edge1.x; \