Lines Matching defs:destx
466 int destx, desty;
534 GravityTranslate(0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty);
546 if (destx < 0) {
547 savewidth += destx;
548 sourcex -= destx;
549 destx = 0;
552 if (destx + savewidth > width) {
553 savewidth = width - destx;
632 destx, desty);
645 destx, desty);