Searched defs:u32DstLineSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp1951 uint32_t u32DstLineSize = u32DstWidth * 4; local
1963 u32DstLineSize, u32DstBitsPerPixel);
2394 uint32_t u32DstLineSize = pFBInfo->u32LineSize; local
2406 u32DstLineSize, u32DstBitsPerPixel);
2446 u32DstLineSize = u32DstWidth * 4;
2458 u32DstLineSize, u32DstBitsPerPixel);
2588 uint32_t u32DstLineSize = u32DstWidth * 4; local
2606 u32DstLineSize, u32DstBitsPerPixel);
3826 uint32_t u32DstLineSize = u32DstWidth * 4;
3838 u32DstLineSize, u32DstBitsPerPixe
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp5099 uint32_t u32DstLineSize,
5218 cbLineDst = u32DstLineSize;
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

Completed in 69 milliseconds