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

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp1952 uint32_t u32DstBitsPerPixel = 32; local
1963 u32DstLineSize, u32DstBitsPerPixel);
2395 uint32_t u32DstBitsPerPixel = pFBInfo->u16BitsPerPixel; local
2406 u32DstLineSize, u32DstBitsPerPixel);
2447 u32DstBitsPerPixel = 32;
2458 u32DstLineSize, u32DstBitsPerPixel);
2589 uint32_t u32DstBitsPerPixel = 32; local
2606 u32DstLineSize, u32DstBitsPerPixel);
3827 uint32_t u32DstBitsPerPixel = 32;
3838 u32DstLineSize, u32DstBitsPerPixel);
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp5100 uint32_t u32DstBitsPerPixel)
5214 vga_draw_line = vga_draw_line_table[v * 4 + get_depth_index(u32DstBitsPerPixel)];
5217 cbPixelDst = (u32DstBitsPerPixel + 7) / 8;
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 70 milliseconds