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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c91 CHAR16 gOptionBlockWidth; variable
297 gOptionBlockWidth = (CHAR16) ((gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3);
298 gPromptBlockWidth = (CHAR16) (gOptionBlockWidth + LEFT_SKIPPED_COLUMNS);
299 gHelpBlockWidth = (CHAR16) (gOptionBlockWidth - LEFT_SKIPPED_COLUMNS);
3828 Context->OptionBlockWidth = gOptionBlockWidth;
3905 gOptionBlockWidth = Context->OptionBlockWidth;

Completed in 39 milliseconds