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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c1165 gScreenDimensions.LeftColumn + gPromptBlockWidth,
1173 PrintAt (gScreenDimensions.LeftColumn + gPromptBlockWidth + Index, gScreenDimensions.BottomRow - 1, L" ");
1200 gScreenDimensions.LeftColumn + gPromptBlockWidth + gOptionBlockWidth,
1209 (gScreenDimensions.LeftColumn + gPromptBlockWidth + gOptionBlockWidth + Index),
1296 Width = (UINT16) (gPromptBlockWidth + gOptionBlockWidth);
1298 Width = (UINT16) gPromptBlockWidth;
2185 Selection->OptionCol = gPromptBlockWidth + 1 + LocalScreen.LeftColumn;
2259 LocalScreen.LeftColumn + ModalSkipColumn + gPromptBlockWidth + gOptionBlockWidth,
2281 MenuOption->OptCol = gPromptBlockWidth + 1 + LocalScreen.LeftColumn + ModalSkipColumn;
2283 MenuOption->OptCol = gPromptBlockWidth
[all...]
H A DSetup.h631 extern CHAR16 gPromptBlockWidth;
H A DSetup.c90 CHAR16 gPromptBlockWidth; variable
298 gPromptBlockWidth = (CHAR16) (gOptionBlockWidth + LEFT_SKIPPED_COLUMNS);
3827 Context->PromptBlockWidth = gPromptBlockWidth;
3904 gPromptBlockWidth = Context->PromptBlockWidth;

Completed in 205 milliseconds