Lines Matching defs:x1
398 int x0, y0, x1, y1;420 x1 = *ptr++;421 DEBUG_PRINT((" DGA x range lox=%d hix=%d\n", x0, x1));425 if (x1 > hix) {426 x1 = hix;428 if (x0 < x1 && y0 < y1) {433 cliphix = x1;437 if (cliplox == x0 && cliphix == x1 &&445 cliplox <= x1 && cliphix >= x0)450 cliphix = max(cliphix, x1);