Lines Matching refs:xe
274 int xa, xe, ya, ye;
286 xe = MIN(fPtr->cxe, x + w);
288 if ((xa < xe) && (ya < ye)) {
292 (((xe << 2) - 1 ) << 16) | ((ye - 1) & 0xffff));
933 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe;
991 xe = dstx + min(xoff + period, width) - 1;
996 (xe << 16) | (dsty + i));
1084 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe;
1149 xe = dstx + min(xoff + period, width) - 1;
1154 (xe << 16) | (dsty + i));
1190 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe;
1255 xe = dstx + min(xoff + period, width) - 1;
1260 (xe << 16) | (dsty + i));