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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp3790 * @param xLogo Logo X position.
3799 static void vbeShowBitmap(uint16_t cBits, uint16_t xLogo, uint16_t yLogo, uint16_t cxLogo, uint16_t cyLogo, uint8_t iStep, argument
3807 pu8Dst += xLogo * 4 + yLogo * cbLineDst;
3954 uint16_t xLogo = (LOGO_MAX_WIDTH - pThis->cxLogo) / 2; local
3981 vbeShowBitmap(pThis->cLogoBits, xLogo, yLogo,

Completed in 66 milliseconds