Searched refs:LeftColumn (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c26 @param LeftColumn Left column of retangle.
35 IN UINTN LeftColumn,
59 SetUnicodeMem (Buffer, RightColumn - LeftColumn, L' ');
65 PrintStringAt (LeftColumn, Row, Buffer);
68 gST->ConOut->SetCursorPosition (gST->ConOut, LeftColumn, TopRow);
223 for (Index = 0; Index + 2 < (LocalScreen.RightColumn - LocalScreen.LeftColumn); Index++) {
232 LocalScreen.LeftColumn,
245 for (Alignment = (UINT8) LocalScreen.LeftColumn;
246 Alignment < BANNER_COLUMNS + (UINT8) LocalScreen.LeftColumn;
250 ColumnIdx = (UINT8) (Alignment - (UINT8) LocalScreen.LeftColumn);
34 ClearLines( IN UINTN LeftColumn, IN UINTN RightColumn, IN UINTN TopRow, IN UINTN BottomRow, IN UINTN TextAttribute ) argument
[all...]
H A DUi.c843 DimensionsWidth = gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn;
898 Start = (DimensionsWidth - LargestString - 2) / 2 + gScreenDimensions.LeftColumn + 1;
1028 DimensionsWidth = gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn;
1041 Start = (DimensionsWidth - RequestedWidth - 2) / 2 + gScreenDimensions.LeftColumn + 1;
1086 ((DimensionsWidth - GetStringWidth (String) / 2) / 2) + gScreenDimensions.LeftColumn + 1,
1165 gScreenDimensions.LeftColumn + gPromptBlockWidth,
1173 PrintAt (gScreenDimensions.LeftColumn + gPromptBlockWidth + Index, gScreenDimensions.BottomRow - 1, L" ");
1200 gScreenDimensions.LeftColumn + gPromptBlockWidth + gOptionBlockWidth,
1209 (gScreenDimensions.LeftColumn + gPromptBlockWidth + gOptionBlockWidth + Index),
2162 ModalSkipColumn = (LocalScreen.RightColumn - LocalScreen.LeftColumn) /
[all...]
H A DInputHandler.c58 DimensionsWidth = gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn;
90 Start = (DimensionsWidth - ScreenSize - 2) / 2 + gScreenDimensions.LeftColumn + 1;
946 DimensionsWidth = gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn;
1071 Start = (DimensionsWidth - PopUpWidth - POPUP_FRAME_WIDTH) / 2 + gScreenDimensions.LeftColumn;
H A DUi.h635 @param LeftColumn Left column of retangle.
644 IN UINTN LeftColumn,
H A DSetup.c277 if ((ScreenDimensions->RightColumn > ScreenDimensions->LeftColumn) &&
279 ((ScreenDimensions->RightColumn - ScreenDimensions->LeftColumn) > 2) &&
297 gOptionBlockWidth = (CHAR16) ((gScreenDimensions.RightColumn - gScreenDimensions.LeftColumn) / 3);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkFormBrowser.h54 UINTN LeftColumn; member in struct:__anon10711
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFormBrowser2.h33 @param LeftColumn The value that designates the text column
50 UINTN LeftColumn; member in struct:__anon12140
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DFormBrowser2.h35 @param LeftColumn The value that designates the text column
52 UINTN LeftColumn; member in struct:__anon15652

Completed in 1178 milliseconds