Searched refs:dstY (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Main/src-all/
H A DDisplayResampleImage.cpp44 * @todo Simplify: Offsets of images are 0,0 => no dstX, dstY, srcX, srcY;
85 int dstX, int dstY,
91 for (y = dstY; (y < dstY + dstH); y++)
93 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH;
94 sy2 = ((double) (y + 1) - (double) dstY) * (double) srcH /
83 gdImageCopyResampled(uint8_t *dst, uint8_t *src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbmpscale.cpp44 * @todo Simplify: Offsets of images are 0,0 => no dstX, dstY, srcX, srcY;
85 int dstX, int dstY,
91 for (y = dstY; (y < dstY + dstH); y++)
93 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH;
94 sy2 = ((double) (y + 1) - (double) dstY) * (double) srcH /
83 gdImageCopyResampled(uint8_t *dst, uint8_t *src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument
H A Dblitter.cpp121 int32_t dstY = pCopyRect->yTop; local
123 Assert(dstY >= 0);
125 Assert(dstY < (int32_t)pDst->height);
128 uint8_t *pu8Dst = ((uint8_t*)pDst->pvData) + pDst->pitch * dstY + dstX * 4;
213 int32_t dstY = pCopyRect->yTop; local
215 Assert(dstY >= 0);
227 uint8_t *pu8Dst = ((uint8_t*)pDst->pvData) + pDst->pitch * dstY + dstX * 4;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dexa.h275 * @param dstY destination Y coordinate
281 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
296 int dstY,
420 * @param dstY destination Y coordinate
425 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
440 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dexa.h276 * @param dstY destination Y coordinate
282 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
297 int dstY,
421 * @param dstY destination Y coordinate
426 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
441 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dexa.h276 * @param dstY destination Y coordinate
282 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
297 int dstY,
421 * @param dstY destination Y coordinate
426 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
441 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dexa.h278 * @param dstY destination Y coordinate
284 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
299 int dstY,
423 * @param dstY destination Y coordinate
428 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
443 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dexa.h278 * @param dstY destination Y coordinate
284 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
299 int dstY,
423 * @param dstY destination Y coordinate
428 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
443 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dexa.h281 * @param dstY destination Y coordinate
287 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
302 int dstY,
426 * @param dstY destination Y coordinate
431 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
446 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dexa.h281 * @param dstY destination Y coordinate
287 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
302 int dstY,
426 * @param dstY destination Y coordinate
431 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
446 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dexa.h281 * @param dstY destination Y coordinate
287 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
302 int dstY,
426 * @param dstY destination Y coordinate
431 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
446 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dexa.h281 * @param dstY destination Y coordinate
287 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
302 int dstY,
426 * @param dstY destination Y coordinate
431 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
446 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dexa.h281 * @param dstY destination Y coordinate
287 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
302 int dstY,
426 * @param dstY destination Y coordinate
431 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
446 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dexa.h281 * @param dstY destination Y coordinate
287 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
302 int dstY,
426 * @param dstY destination Y coordinate
431 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
446 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dexa.h118 int dstY,
147 int dstY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dexa.h277 * @param dstY destination Y coordinate
283 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
296 int srcY, int dstX, int dstY, int width, int height);
415 * @param dstY destination Y coordinate
420 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
433 int maskY, int dstX, int dstY, int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dexa.h277 * @param dstY destination Y coordinate
283 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
296 int srcY, int dstX, int dstY, int width, int height);
415 * @param dstY destination Y coordinate
420 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
433 int maskY, int dstX, int dstY, int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dexa.h277 * @param dstY destination Y coordinate
283 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
296 int srcY, int dstX, int dstY, int width, int height);
415 * @param dstY destination Y coordinate
420 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
433 int maskY, int dstX, int dstY, int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dexa.h277 * @param dstY destination Y coordinate
283 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
296 int srcY, int dstX, int dstY, int width, int height);
415 * @param dstY destination Y coordinate
420 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
433 int maskY, int dstX, int dstY, int width, int height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dexa.h277 * @param dstY destination Y coordinate
283 * pixmap to the same-sized rectangle at (dstX, dstY) in the destination
296 int srcY, int dstX, int dstY, int width, int height);
415 * @param dstY destination Y coordinate
420 * call, to the rectangle from (dstX, dstY) to (dstX + width, dstY + height)
433 int maskY, int dstX, int dstY, int width, int height);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dshmstr.h143 INT16 dstY B16;
H A DXIEprotost.h208 INT32 dstY B32;
664 INT16 dstY B16;
675 INT16 dstY B16;
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dshmproto.h105 INT16 dstY B16;
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h901 int32_t dstY; member in struct:SVGAOverlayUnit
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h595 INT16 dstX B16, dstY B16;
1567 INT16 dstX B16, dstY B16;
1678 INT16 srcX B16, srcY B16, dstX B16, dstY B16;
1688 INT16 srcX B16, srcY B16, dstX B16, dstY B16;
1737 INT16 dstX B16, dstY B16;

Completed in 162 milliseconds

12