Searched refs:xDst (Results 126 - 141 of 141) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h735 INT16 xDst, INT16 yDst, CARD16 width, CARD16 height);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxaa.h1262 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxaa.h1262 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxaa.h1260 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxaa.h1264 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxaa.h1264 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxaa.h1264 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxaa.h1261 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxaa.h1259 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxaa.h1259 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxaa.h1259 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxaa.h1263 INT16 xDst,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxaa.h1263 INT16 xDst,
/vbox/include/VBox/vmm/
H A Dpdmifs.h636 * @param xDst The upper left corner x coordinate of the destination rectangle.
646 uint8_t *pbDst, int32_t xDst, int32_t yDst, uint32_t cxDst, uint32_t cyDst, uint32_t cbDstLine, uint32_t cDstBitsPerPixel));
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp5095 int32_t xDst,
5114 LogFlow(("vgaPortCopyRect: %d,%d %dx%d -> %d,%d\n", xSrc, ySrc, w, h, xDst, yDst));
5172 if ( xDst < 0
5174 || xDst + wCorrected > u32DstWidth
5219 pu8DstPtr = pu8Dst + yDst * cbLineDst + xDst * cbPixelDst;
5084 vgaPortCopyRect(PPDMIDISPLAYPORT pInterface, uint32_t w, uint32_t h, const uint8_t *pu8Src, int32_t xSrc, int32_t ySrc, uint32_t u32SrcWidth, uint32_t u32SrcHeight, uint32_t u32SrcLineSize, uint32_t u32SrcBitsPerPixel, uint8_t *pu8Dst, int32_t xDst, int32_t yDst, uint32_t u32DstWidth, uint32_t u32DstHeight, uint32_t u32DstLineSize, uint32_t u32DstBitsPerPixel) argument
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3781 PRUint32 xDst,

Completed in 191 milliseconds

123456