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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c1018 VBOX_VGA_MODE_DATA const *pCurrentMode = &Private->ModeData[CurrentModeNumber]; local
1020 W = pCurrentMode->HorizontalResolution;
1021 H = pCurrentMode->VerticalResolution;
1022 BPP = pCurrentMode->ColorDepth;

Completed in 33 milliseconds