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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c459 MenuRefreshEntry->CurrentColumn + gOptionBlockWidth - 1,
1200 gScreenDimensions.LeftColumn + gPromptBlockWidth + gOptionBlockWidth,
1209 (gScreenDimensions.LeftColumn + gPromptBlockWidth + gOptionBlockWidth + Index),
1296 Width = (UINT16) (gPromptBlockWidth + gOptionBlockWidth);
1435 Width = (UINT16) gOptionBlockWidth;
2259 LocalScreen.LeftColumn + ModalSkipColumn + gPromptBlockWidth + gOptionBlockWidth,
2352 Width = (UINT16) gOptionBlockWidth;
2460 Width = (UINT16) gOptionBlockWidth;
2524 LocalScreen.LeftColumn + gPromptBlockWidth + gOptionBlockWidth + 1,
2535 LocalScreen.LeftColumn + gPromptBlockWidth + gOptionBlockWidth
[all...]
H A DInputHandler.c490 EraseLen = gOptionBlockWidth;
954 StringPtr = AllocateZeroPool ((gOptionBlockWidth + 1) * 2);
H A DSetup.h632 extern CHAR16 gOptionBlockWidth;
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;
H A DProcessOptions.c415 BufferSize = (gOptionBlockWidth + 1) * 2 * gScreenDimensions.BottomRow;

Completed in 107 milliseconds