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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp3791 * @param yLogo Logo Y 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;
3955 uint16_t yLogo = LOGO_MAX_HEIGHT - (LOGO_MAX_HEIGHT - pThis->cyLogo) / 2; local
3981 vbeShowBitmap(pThis->cLogoBits, xLogo, yLogo,

Completed in 51 milliseconds