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

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp1949 uint32_t u32DstWidth = u32SrcWidth; local
1951 uint32_t u32DstLineSize = u32DstWidth * 4;
1962 u32DstWidth, u32DstHeight,
2392 uint32_t u32DstWidth = pFBInfo->w; local
2405 u32DstWidth, u32DstHeight,
2444 u32DstWidth = u32SrcWidth;
2446 u32DstLineSize = u32DstWidth * 4;
2457 u32DstWidth, u32DstHeight,
2586 uint32_t u32DstWidth = u32SrcWidth; local
2588 uint32_t u32DstLineSize = u32DstWidth *
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp5097 uint32_t u32DstWidth,
5174 || xDst + wCorrected > u32DstWidth
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 65 milliseconds