Lines Matching defs:destx
520 int destx, desty;
591 GravityTranslate (0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty);
603 if (destx < 0)
605 savewidth += destx;
606 sourcex -= destx;
607 destx = 0;
610 if (destx + savewidth > width)
612 savewidth = width - destx;
707 sourcey, savewidth, saveheight, destx, desty);
721 sourcey, savewidth, saveheight, destx, desty);