Searched defs:NewWidth (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
H A D | BdsConsole.c | 872 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 D | VBoxControl.cpp | 290 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 D | VBoxSDL.cpp | 5178 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 214 milliseconds