| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| drawpix.c | 290 GLint desty = lroundf(ctx->Current.RasterPos[1]); local 291 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| drawpix.c | 268 GLint desty = IROUND(ctx->Current.RasterPos[1]); local 269 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
| /xsrc/external/mit/xorg-server/dist/dbe/ |
| midbe.c | 466 int destx, desty; 534 GravityTranslate(0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty); 556 if (desty < 0) { 557 saveheight += desty; 558 sourcey -= desty; 559 desty = 0; 562 if (desty + saveheight > height) { 563 saveheight = height - desty; 632 destx, desty); 645 destx, desty); 460 int destx, desty; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dbe/ |
| midbe.c | 520 int destx, desty; 591 GravityTranslate (0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty); 615 if (desty < 0) 617 saveheight += desty; 618 sourcey -= desty; 619 desty = 0; 622 if (desty + saveheight > height) 624 saveheight = height - desty; 707 sourcey, savewidth, saveheight, destx, desty); 721 sourcey, savewidth, saveheight, destx, desty); 514 int destx, desty; local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| i810_dri.c | 1181 int desty = y1 + dy; local 1187 if (desty < 0) 1188 y1 -= desty, h += desty, desty = 0; 1191 if (desty + h > screenheight) 1192 h = screenheight - desty; 1203 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h); 1205 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| i810_dri.c | 1181 int desty = y1 + dy; local 1187 if (desty < 0) 1188 y1 -= desty, h += desty, desty = 0; 1191 if (desty + h > screenheight) 1192 h = screenheight - desty; 1203 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h); 1205 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atidri.c | 423 int desty = ya + dy; local 428 if (desty < 0) ya -= desty, h += desty, desty = 0; 430 if (desty + h > screenheight) h = screenheight - desty; 441 destx, desty, 452 destx, desty,
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_dri.c | 823 int desty = y1 + dy; local 828 if ( desty < 0 ) y1 -= desty, h += desty, desty = 0; 830 if ( desty + h > screenheight ) h = screenheight - desty; 835 xaa->SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h); 837 xaa->SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| savage_dri.c | 1335 int desty = y1 + dy; local 1340 if ( desty < 0 ) y1 -= desty, h += desty, desty = 0; 1342 if ( desty + h > screenheight ) h = screenheight - desty; 1348 destx,desty, w, h); 1351 destx,desty, w, h);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i810_dri.c | 1285 int desty = y1 + dy; local 1291 if (desty < 0) 1292 y1 -= desty, h += desty, desty = 0; 1295 if (desty + h > screenheight) 1296 h = screenheight - desty; 1307 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h); 1309 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
|
| /xsrc/external/mit/ctwm/dist/ |
| event_handlers.c | 2341 int destx, desty; local 2353 &destx, &desty, &cr); 2357 yt = desty;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_dri.c | 620 int desty = ya + dy; local 625 if (desty < 0) ya -= desty, h += desty, desty = 0; 627 if (desty + h > screenheight) h = screenheight - desty; 634 destx, desty, 640 destx, desty,
|