Searched defs:srcY (Results 1 - 4 of 4) sorted by relevance

/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/GuestHost/OpenGL/util/
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
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...]
/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

Completed in 54 milliseconds