Searched defs:Row (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMode.c37 UINTN Row; local
88 Status = gST->ConOut->QueryMode(gST->ConOut, LoopVar, &Col, &Row);
92 if (Col == NewCol && Row == NewRow) {
116 Status = gST->ConOut->QueryMode(gST->ConOut, LoopVar, &Col, &Row);
120 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_MODE_LIST_ITEM), gShellDebug1HiiHandle, Col, Row, LoopVar == gST->ConOut->Mode->Mode?L'*':L' ');
H A DEditMenuBar.c94 UINTN Row; local
103 Row = (LastRow - 2);
124 Row++;
130 ShellPrintEx ((INT32)(Col) - 1, (INT32)(Row) - 1, L"%E%s%N %H%s%N ", FunctionKeyString, NameString);
H A DUefiShellDebug1CommandsLib.c371 Clear the line at the specified Row.
373 @param[in] Row The row number to be cleared ( start from 1 )
380 IN UINTN Row,
387 if (Row == 0) {
388 Row = 1;
396 if (Row == LastRow) {
408 ShellPrintEx (0, ((INT32)Row) - 1, Line);
379 EditorClearLine( IN UINTN Row, IN UINTN LastCol, IN UINTN LastRow ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPrint.c36 @param Row The position of the output string.
47 IN UINTN Row,
68 Out->SetCursorPosition (Out, Column, Row);
205 @param Row The cursor position to print the string at.
216 IN UINTN Row,
225 LengthOfPrinted = PrintInternal (Column, Row, gST->ConOut, Fmt, Args);
236 @param Row The cursor position to print the string at
245 IN UINTN Row,
249 return PrintAt (Column, Row, L"%s", String);
258 @param Row Th
45 PrintInternal( IN UINTN Column, IN UINTN Row, IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *Out, IN CHAR16 *Fmt, IN VA_LIST Args ) argument
214 PrintAt( IN UINTN Column, IN UINTN Row, IN CHAR16 *Fmt, ... ) argument
243 PrintStringAt( IN UINTN Column, IN UINTN Row, IN CHAR16 *String ) argument
265 PrintCharAt( IN UINTN Column, IN UINTN Row, CHAR16 Character ) argument
[all...]
H A DInputHandler.c360 UINTN Row; local
383 Row = MenuOption->Row;
541 PrintAt (Column, Row, InputText);
566 PrintAt (Column, Row, InputText);
589 PrintAt (Column, Row, InputText);
694 PrintAt (MenuOption->OptCol + Loop, MenuOption->Row, L" ");
699 PrintCharAt (MenuOption->OptCol, Row, LEFT_NUMERIC_DELIMITER);
703 PrintStringAt (Column, Row, FormattedNumber);
828 PrintAt (Column, Row,
[all...]
H A DPresentation.c43 UINTN Row; local
64 for (Row = TopRow; Row <= BottomRow; Row++) {
65 PrintStringAt (LeftColumn, Row, Buffer);
200 UINTN Row; local
331 for (Row = LocalScreen.TopRow + 1; Row <= LocalScreen.TopRow + NONE_FRONT_PAGE_HEADER_HEIGHT - 2; Row++) {
332 PrintCharAt (LocalScreen.LeftColumn, Row, Characte
[all...]
H A DUi.h131 UINTN Row; member in struct:__anon11291
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/Device/
H A DConsole.h23 UINT32 Row; member in struct:__anon13041
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuihlpgraph.py37 class Row(object): # pylint: disable=R0903 class in class:WuiHlpGraphDataTable
49 self.aoTable = [ WuiHlpGraphDataTable.Row(sGroupLable, asMemberLabels), ];
53 self.aoTable.append(WuiHlpGraphDataTable.Row(sGroup, aoValues, asValues));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c323 UINTN Row; local
388 Row = (Rows - (NumberOfLines + 3)) / 2;
404 ConOut->SetCursorPosition (ConOut, Column, Row++);
428 ConOut->SetCursorPosition (ConOut, Column, Row++);
441 ConOut->SetCursorPosition (ConOut, Column, Row++);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c323 UINTN Row; local
388 Row = (Rows - (NumberOfLines + 3)) / 2;
404 ConOut->SetCursorPosition (ConOut, Column, Row++);
428 ConOut->SetCursorPosition (ConOut, Column, Row++);
441 ConOut->SetCursorPosition (ConOut, Column, Row++);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c1025 UINTN Row; local
1039 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
1041 if (CurrentCol == Col && CurrentRow == Row) {
H A DUpdatePage.c773 UINTN Row; local
796 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
822 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
828 // Build mode string Column x Row
834 UnicodeValueToString (PStr , 0, Row, 0);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
H A DVgaClass.c381 @param Row Row of position to set cursor to.
389 IN UINTN Row,
394 Row = Row & 0xff;
400 (UINT8) ((Row * MaxColumn + Column) >> 8)
405 (UINT8) ((Row * MaxColumn + Column) & 0xff)
1106 @param Row Row of position to set the cursor to.
1119 IN UINTN Row
386 SetVideoCursorPosition( IN VGA_CLASS_DEV *VgaClassDev, IN UINTN Column, IN UINTN Row, IN UINTN MaxColumn ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
H A DBootGraphicsResourceTableDxe.c294 UINTN Row; local
381 for (Row = 0; Row < mLogoHeight; Row++) {
382 BltPixel = &mLogoBltBuffer[(mLogoHeight - Row - 1) * mLogoWidth];
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleLogger.c1012 UINTN Row; local
1033 for ( Row = ConsoleInfo->OriginalStartRow
1034 ; Row < (ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount)
1035 ; Row++
1063 @param[in] Row Row to put the cursor in. Must be between zero and Row returned from QueryMode
1076 IN UINTN Row
1093 Row
1101 ConsoleInfo->HistoryMode.CursorRow = (INT32)(ConsoleInfo->OriginalStartRow + Row);
[all...]
H A DShell.c924 UINTN Row; local
935 gST->ConOut->QueryMode (gST->ConOut, gST->ConOut->Mode->Mode, &Column, &Row);
936 BufferSize = Column * Row * sizeof (CHAR16);
H A DFileHandleWrappers.c324 UINTN Row; // Row of current cursor local
336 UINTN TailRow; // Row of end of line
400 Row = gST->ConOut->Mode->CursorRow;
457 TailRow = Row + (StringLen - StringCurPos + Column) / TotalColumn;
477 MoveCursorBackward (TotalColumn, &Column, &Row);
635 MoveCursorBackward (TotalColumn, &Column, &Row);
645 MoveCursorForward (TotalColumn, TotalRow, &Column, &Row);
653 Row -= (StringCurPos + StartColumn) / TotalColumn;
662 TailRow = Row
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c344 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
365 MainTitleBarRefresh (MainEditor.FileBuffer->FileName, MainEditor.FileBuffer->FileType, MainEditor.FileBuffer->ReadOnly, MainEditor.FileBuffer->FileModified, MainEditor.ScreenSize.Column, MainEditor.ScreenSize.Row, 0, 0);
400 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
583 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
636 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
743 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
779 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
843 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
936 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
1024 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEdito
1076 UINTN Row; local
[all...]
H A DTextEditorTypes.h26 UINTN Row; member in struct:__anon12793
H A DFileBuffer.c101 FileBuffer.DisplayPosition.Row = 2;
103 FileBuffer.LowVisibleRange.Row = 2;
294 if ((FileBuffer.MousePosition.Row == FileBufferBackupVar.MousePosition.Row &&
309 FRow = FileBuffer.LowVisibleRange.Row + FileBufferBackupVar.MousePosition.Row - 2;
318 Line = MoveLine (FRow - FileBuffer.FilePosition.Row);
329 (INT32)FileBufferBackupVar.MousePosition.Row - 1,
337 (INT32)FileBufferBackupVar.MousePosition.Row - 1,
350 FRow = FileBuffer.LowVisibleRange.Row
555 UINTN Row; local
1840 UINTN Row; local
2798 UINTN Row; local
2878 UINTN Row; local
2951 UINTN Row; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEditorTypes.h27 UINTN Row; member in struct:__anon12808
H A DBufferImage.c105 HBufferImage.DisplayPosition.Row = 2;
107 HBufferImage.MousePosition.Row = 2;
239 Print Line on Row
242 @param[in] Row The row on screen ( begin from 1 ).
252 IN UINTN Row,
303 (INT32)Row - 1,
305 ((INT32)Row - 2 + HBufferImage.LowVisibleRow - 1) * 0x10
328 ShellPrintEx ((INT32)Pos - 1, (INT32)Row - 1, L"0");
333 ShellPrintEx ((INT32)Pos - 1, (INT32)Row - 1, L"%x ", Line->Buffer[Index]);
335 ShellPrintEx ((INT32)Pos - 1, (INT32)Row
250 HBufferImagePrintLine( IN HEFI_EDITOR_LINE *Line, IN UINTN Row, IN UINTN FRow, IN HEFI_EDITOR_COLOR_UNION Orig, IN HEFI_EDITOR_COLOR_UNION New ) argument
748 UINTN Row; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.h83 UINTN Row; member in struct:__anon11132
1692 @param Row The row position to set the cursor to. Must be
1709 IN UINTN Row
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c183 UINTN Row; local
219 Status = Dev->QueryMode (Dev, Index, &Col, &Row);
228 !EFI_ERROR(Status)?Row:-1

Completed in 103 milliseconds

12