Searched defs:srcX (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Main/src-all/ |
H A D | DisplayResampleImage.cpp | 44 * @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. 151 (int) sx + srcX, 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 D | bmpscale.cpp | 44 * @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. 151 (int) sx + srcX, 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 D | blitter.cpp | 113 int32_t srcX = pCopyRect->xLeft - pSrcDataPoint->x; local 115 Assert(srcX >= 0); 117 Assert(srcX < (int32_t)pSrc->width); 127 uint8_t *pu8Src = ((uint8_t*)pSrc->pvData) + pSrc->pitch * (!fSrcInvert ? srcY : pSrc->height - srcY - 1) + srcX * 4; 182 int32_t srcX = UnscaledCopyRect.xLeft - UnscaledPos.x; local 184 if (srcX < 0) 187 srcX = 0; 195 if (srcX >= pSrc->width) 207 Assert(srcX >= 0); 209 Assert(srcX < (int32_ [all...] |
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga_reg.h | 883 * srcX, srcY, srcWidth and srcHeight represent subset of the source 896 uint32_t srcX; member in struct:SVGAOverlayUnit 1082 uint32_t srcX; member in struct:__anon14818
|
Completed in 74 milliseconds