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

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp872 int Display::i_handleDisplayResize(unsigned uScreenId, uint32_t bpp, void *pvVRAM, function in class:Display
1530 i_handleDisplayResize(uScreenId, 32,
1636 i_handleDisplayResize(aScreenId, pFBInfo->u16BitsPerPixel,
2978 int rc = pThis->i_handleDisplayResize(VBOX_VIDEO_PRIMARY_SCREEN, bpp, pvVRAM, cbLine, cx, cy, VBVA_SCREEN_F_ACTIVE);
3961 pThis->i_handleDisplayResize(pScreen->u32ViewIndex, 0, (uint8_t *)NULL, 0,
4058 return pThis->i_handleDisplayResize(pScreen->u32ViewIndex, pScreen->u16BitsPerPixel,

Completed in 42 milliseconds