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

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dexa.h273 * @param srcY source Y coordinate
280 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
294 int srcY,
416 * @param srcY source Y coordinate
436 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dexa.h274 * @param srcY source Y coordinate
281 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
295 int srcY,
417 * @param srcY source Y coordinate
437 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dexa.h274 * @param srcY source Y coordinate
281 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
295 int srcY,
417 * @param srcY source Y coordinate
437 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dexa.h276 * @param srcY source Y coordinate
283 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
297 int srcY,
419 * @param srcY source Y coordinate
439 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dexa.h276 * @param srcY source Y coordinate
283 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
297 int srcY,
419 * @param srcY source Y coordinate
439 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dexa.h279 * @param srcY source Y coordinate
286 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
300 int srcY,
422 * @param srcY source Y coordinate
442 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dexa.h279 * @param srcY source Y coordinate
286 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
300 int srcY,
422 * @param srcY source Y coordinate
442 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dexa.h279 * @param srcY source Y coordinate
286 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
300 int srcY,
422 * @param srcY source Y coordinate
442 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dexa.h279 * @param srcY source Y coordinate
286 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
300 int srcY,
422 * @param srcY source Y coordinate
442 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dexa.h279 * @param srcY source Y coordinate
286 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
300 int srcY,
422 * @param srcY source Y coordinate
442 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dexa.h279 * @param srcY source Y coordinate
286 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
300 int srcY,
422 * @param srcY source Y coordinate
442 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dexa.h116 int srcY,
143 int srcY,
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp114 int32_t srcY = pCopyRect->yTop - pSrcDataPoint->y; local
116 Assert(srcY >= 0);
118 Assert(srcY < (int32_t)pSrc->height);
127 uint8_t *pu8Src = ((uint8_t*)pSrc->pvData) + pSrc->pitch * (!fSrcInvert ? srcY : pSrc->height - srcY - 1) + srcX * 4;
183 int32_t srcY = UnscaledCopyRect.yTop - UnscaledPos.y; local
189 if (srcY < 0)
192 srcY = 0;
201 if (srcY >= pSrc->height)
208 Assert(srcY >
[all...]
H A Dbmpscale.cpp44 * @todo Simplify: Offsets of images are 0,0 => no dstX, dstY, srcX, srcY;
86 int srcX, int srcY,
148 /* 2.08: previously srcX and srcY were ignored.
152 (int) sy + srcY, srcW);
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/Additions/x11/x11include/xorg-server-1.16.0/
H A Dexa.h275 * @param srcY source Y coordinate
282 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
296 int srcY, int dstX, int dstY, int width, int height);
411 * @param srcY source Y coordinate
431 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dexa.h275 * @param srcY source Y coordinate
282 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
296 int srcY, int dstX, int dstY, int width, int height);
411 * @param srcY source Y coordinate
431 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dexa.h275 * @param srcY source Y coordinate
282 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
296 int srcY, int dstX, int dstY, int width, int height);
411 * @param srcY source Y coordinate
431 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dexa.h275 * @param srcY source Y coordinate
282 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
296 int srcY, int dstX, int dstY, int width, int height);
411 * @param srcY source Y coordinate
431 int srcY,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dexa.h275 * @param srcY source Y coordinate
282 * rectangle from (srcX, srcY) to (srcX + width, srcY + width) in the source
296 int srcY, int dstX, int dstY, int width, int height);
411 * @param srcY source Y coordinate
431 int srcY,
/vbox/src/VBox/Main/src-all/
H A DDisplayResampleImage.cpp44 * @todo Simplify: Offsets of images are 0,0 => no dstX, dstY, srcX, srcY;
86 int srcX, int srcY,
148 /* 2.08: previously srcX and srcY were ignored.
152 (int) sy + srcY, srcW);
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/Devices/Graphics/vmsvga/
H A Dsvga_reg.h883 * srcX, srcY, srcWidth and srcHeight represent subset of the source
897 uint32_t srcY; member in struct:SVGAOverlayUnit
1083 uint32_t srcY; member in struct:__anon14818
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dshmstr.h139 CARD16 srcY B16;
H A DXIEprotost.h285 INT16 srcY B16;
298 INT16 srcY B16;
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dshmproto.h101 CARD16 srcY B16;
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1557 INT16 srcX B16, srcY B16;
1565 INT16 srcX B16, srcY B16;
1678 INT16 srcX B16, srcY B16, dstX B16, dstY B16;
1688 INT16 srcX B16, srcY B16, dstX B16, dstY B16;

Completed in 117 milliseconds

12