Searched refs:NewWidth (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c872 UINTN NewWidth; local
927 NewWidth = 0;
1111 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX;
1116 LogoWidth = NewWidth;
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp290 void resizeRect(RECTL *paRects, unsigned nRects, unsigned iPrimary, unsigned iResized, int NewWidth, int NewHeight) argument
294 paNewRects[iResized].right += NewWidth - (paNewRects[iResized].right - paNewRects[iResized].left);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp5178 uint32_t NewWidth = 0, NewHeight = 0; local
5184 gpFramebuffer[0]->getFullscreenGeometry(&NewWidth, &NewHeight);
5189 NewWidth = gmGuestNormalXRes;
5192 if (NewWidth != 0 && NewHeight != 0)
5198 NewWidth, NewHeight, 0 /*don't change bpp*/);

Completed in 61 milliseconds