Searched refs:Column (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleInternal.h22 @param[in, out] Column Current column of the cursor position
29 IN OUT UINTN *Column,
38 @param[in, out] Column Current column of the cursor position
46 IN OUT UINTN *Column,
H A DFileHandleWrappers.c323 UINTN Column; // Column of current cursor local
325 UINTN StartColumn; // Column at the beginning of the line
337 UINTN TailColumn; // Column of end of line
399 Column = StartColumn = gST->ConOut->Mode->CursorColumn;
457 TailRow = Row + (StringLen - StringCurPos + Column) / TotalColumn;
458 TailColumn = (StringLen - StringCurPos + Column) % TotalColumn;
477 MoveCursorBackward (TotalColumn, &Column, &Row);
635 MoveCursorBackward (TotalColumn, &Column, &Row);
645 MoveCursorForward (TotalColumn, TotalRow, &Column,
1152 MoveCursorBackward( IN UINTN LineLength, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument
1182 MoveCursorForward( IN UINTN LineLength, IN UINTN TotalRow, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument
[all...]
H A DConsoleLogger.c255 UINTN Column; local
290 for ( Column = 0
291 ; Column < ConsoleInfo->ColsPerScreen
292 ; Column++
294 if (Screen[Column] != CHAR_NULL) {
295 CurrentAttrib = Attributes[Column];
296 CurrentColumn = Column;
297 StringSegment = &Screen[Column];
308 , Column++
310 if (Attributes[Column] !
1013 UINTN Column; local
1073 ConsoleLoggerSetCursorPosition( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Column, IN UINTN Row ) argument
[all...]
H A DConsoleLogger.h288 @param[in] Column Column to put the cursor in. Must be between zero and Column returned from QueryMode
301 IN UINTN Column,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPrint.c35 @param Column The position of the output string.
46 IN UINTN Column,
67 if (Column != (UINTN) -1) {
68 Out->SetCursorPosition (Out, Column, Row);
204 @param Column The cursor position to print the string at.
215 IN UINTN Column,
225 LengthOfPrinted = PrintInternal (Column, Row, gST->ConOut, Fmt, Args);
235 @param Column The cursor position to print the string at.
244 IN UINTN Column,
249 return PrintAt (Column, Ro
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.c359 UINTN Column; local
382 Column = MenuOption->OptCol;
541 PrintAt (Column, Row, InputText);
542 Column++;
566 PrintAt (Column, Row, InputText);
568 Column++;
589 PrintAt (Column, Row, InputText);
591 Column++;
700 Column = MenuOption->OptCol + 1;
703 PrintStringAt (Column, Ro
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c102 FileBuffer.DisplayPosition.Column = 1;
104 FileBuffer.LowVisibleRange.Column = 1;
295 FileBuffer.MousePosition.Column == FileBufferBackupVar.MousePosition.Column)
311 FColumn = FileBuffer.LowVisibleRange.Column + FileBufferBackupVar.MousePosition.Column - 1;
328 (INT32)FileBufferBackupVar.MousePosition.Column - 1,
336 (INT32)FileBufferBackupVar.MousePosition.Column - 1,
351 FColumn = FileBuffer.LowVisibleRange.Column + FileBuffer.MousePosition.Column
2952 UINTN Column; local
3240 UINTN Column; local
[all...]
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, MainEditor.ScreenSize.Column);
[all...]
H A DTextEditorTypes.h27 UINTN Column; member in struct:__anon12793
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/Device/
H A DConsole.h22 UINT32 Column; member in struct:__anon13041
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c106 HBufferImage.DisplayPosition.Column = 10;
108 HBufferImage.MousePosition.Column = 10;
429 @param[in] Column The column to examine.
437 IN UINTN Column,
441 Column -= 10;
444 // NOW AFTER THE SUB, Column start from 0
447 if (Column == 24) {
452 if (Column > 24) {
453 Column--;
456 *FCol = (Column /
436 HBufferImageIsAtHighBits( IN UINTN Column, OUT UINTN *FCol ) argument
[all...]
H A DMainHexEditor.c172 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
256 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
377 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
467 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
527 Start = (HMainEditor.BufferImage->BufferPosition.Row - 1) * 0x10 + HMainEditor.BufferImage->BufferPosition.Column;
533 if (HMainEditor.BufferImage->BufferPosition.Column > HMainEditor.BufferImage->CurrentLine->Size) {
565 End = (HMainEditor.BufferImage->BufferPosition.Row - 1) * 0x10 + HMainEditor.BufferImage->BufferPosition.Column;
571 if (HMainEditor.BufferImage->BufferPosition.Column > HMainEditor.BufferImage->CurrentLine->Size) {
704 FPos = 0x10 * (HMainEditor.BufferImage->BufferPosition.Row - 1) + HMainEditor.BufferImage->BufferPosition.Column - 1;
769 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
[all...]
H A DMisc.c236 Gap = (HMainEditor.MouseAccumulatorX * (INT32) HMainEditor.ScreenSize.Column) / (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionX);
237 HMainEditor.MouseAccumulatorX = (HMainEditor.MouseAccumulatorX * (INT32) HMainEditor.ScreenSize.Column) % (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionX);
238 HMainEditor.MouseAccumulatorX = HMainEditor.MouseAccumulatorX / (INT32) HMainEditor.ScreenSize.Column;
H A DHexEditorTypes.h28 UINTN Column; member in struct:__anon12808
H A DBufferImage.h140 @param[in] NewFilePosCol Column of file position ( start from 1 ).
255 @param[in] Column The column to examine.
263 IN UINTN Column,
H A DDiskImage.c272 HBufferImage.DisplayPosition.Column = 10;
275 HBufferImage.MousePosition.Column = 10;
281 HBufferImage.BufferPosition.Column = 1;
H A DFileImage.c202 HBufferImage.DisplayPosition.Column = 10;
204 HBufferImage.MousePosition.Column = 10;
208 HBufferImage.BufferPosition.Column = 1;
H A DMemImage.c231 HBufferImage.DisplayPosition.Column = 10;
234 HBufferImage.MousePosition.Column = 10;
240 HBufferImage.BufferPosition.Column = 1;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c322 UINTN Column; local
389 Column = (Columns - (MaxLength + 2)) / 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.c322 UINTN Column; local
389 Column = (Columns - (MaxLength + 2)) / 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/Console/VgaClassDxe/
H A DVgaClass.c380 @param Column Colomn of position to set cursor to.
388 IN UINTN Column,
393 Column = Column & 0xff;
400 (UINT8) ((Row * MaxColumn + Column) >> 8)
405 (UINT8) ((Row * MaxColumn + Column) & 0xff)
1105 @param Column Column of position to set the cursor to.
1118 IN UINTN Column,
1139 if (Column >
386 SetVideoCursorPosition( IN VGA_CLASS_DEV *VgaClassDev, IN UINTN Column, IN UINTN Row, IN UINTN MaxColumn ) argument
1116 VgaClassSetCursorPosition( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Column, IN UINTN Row ) argument
[all...]
H A DVgaClass.h394 @param Column Column of position to set the cursor to.
407 IN UINTN Column,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c709 @param Column The row to set cursor to.
722 IN UINTN Column,
752 if (Column >= MaxColumn || Row >= MaxRow) {
760 mSetCursorPositionString[COLUMN_OFFSET + 0] = (CHAR16) ('0' + ((Column + 1) / 10));
761 mSetCursorPositionString[COLUMN_OFFSET + 1] = (CHAR16) ('0' + ((Column + 1) % 10));
774 Mode->CursorColumn = (INT32) Column;
720 TerminalConOutSetCursorPosition( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Column, IN UINTN Row ) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c126 (INTN)CursorPos.XYpos.Column,
186 // (INTN)CursorPos.XYpos.Column,
356 CursorPos.XYpos.Column = (UINT32)Proto->Mode->CursorColumn;
367 CursorPos.XYpos.Column = (UINT32)ModeCol;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.h387 @param Column The position to set the cursor to. Must be greater than or
404 IN UINTN Column,

Completed in 880 milliseconds

12