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

123

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbSupportUI.c21 @param Column The position to set the cursor to.
34 IN UINTN Column,
113 @param Column Current column of the cursor position
121 IN OUT UINTN *Column,
125 ASSERT (Column != NULL);
131 if (*Column == 0) {
132 (*Column) = LineLength - 1;
141 (*Column)--;
151 @param Column Current column of the cursor position
160 IN OUT UINTN *Column,
119 ConMoveCursorBackward( IN UINTN LineLength, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument
157 ConMoveCursorForward( IN UINTN LineLength, IN UINTN TotalRow, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument
202 UINTN Column; local
554 SetCursorPosition( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut, IN UINTN Column, IN INTN Row, IN UINTN LineLength, IN UINTN TotalRow, IN CHAR16 *Str, IN UINTN StrPos, IN UINTN Len ) argument
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DFileHandleInternal.h22 @param[in, out] Column Current column of the cursor position
28 IN OUT UINTN *Column,
37 @param[in, out] Column Current column of the cursor position
44 IN OUT UINTN *Column,
H A DFileHandleWrappers.c468 UINTN Column; // Column of current cursor local
470 UINTN StartColumn; // Column at the beginning of the line
481 UINTN TailColumn; // Column of end of line
521 Column = StartColumn = gST->ConOut->Mode->CursorColumn;
585 TailRow = Row + (StringLen - StringCurPos + Column) / TotalColumn;
586 TailColumn = (StringLen - StringCurPos + Column) % TotalColumn;
605 MoveCursorBackward (TotalColumn, &Column, &Row);
710 MoveCursorBackward (TotalColumn, &Column, &Row);
720 MoveCursorForward (TotalColumn, TotalRow, &Column,
1383 MoveCursorBackward( IN UINTN LineLength, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument
1412 MoveCursorForward( IN UINTN LineLength, IN UINTN TotalRow, IN OUT UINTN *Column, IN OUT UINTN *Row ) argument
[all...]
H A DConsoleLogger.c274 UINTN Column; local
309 for ( Column = 0
310 ; Column < ConsoleInfo->ColsPerScreen
311 ; Column++
313 if (Screen[Column] != CHAR_NULL) {
314 CurrentAttrib = Attributes[Column];
315 CurrentColumn = Column;
316 StringSegment = &Screen[Column];
327 , Column++
329 if (Attributes[Column] !
1060 UINTN Column; local
1120 ConsoleLoggerSetCursorPosition( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Column, IN UINTN Row ) argument
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c101 FileBuffer.DisplayPosition.Column = 1;
103 FileBuffer.LowVisibleRange.Column = 1;
290 FileBuffer.MousePosition.Column == FileBufferBackupVar.MousePosition.Column)
307 FColumn = FileBuffer.LowVisibleRange.Column + FileBufferBackupVar.MousePosition.Column - 1;
324 (INT32)FileBufferBackupVar.MousePosition.Column - 1,
332 (INT32)FileBufferBackupVar.MousePosition.Column - 1,
347 FColumn = FileBuffer.LowVisibleRange.Column + FileBuffer.MousePosition.Column
2925 UINTN Column; local
3210 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);
584 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
637 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
744 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
780 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
844 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
937 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
1025 Status = InputBarRefresh (MainEditor.ScreenSize.Row, MainEditor.ScreenSize.Column);
[all...]
H A DTextEditorTypes.h27 UINTN Column; member in struct:__anon10478
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
H A DIIOutilities.c115 @param[out] Column Pointer to where the current cursor column is to be stored.
126 UINT32 *Column,
142 *Column = Proto->Mode->CursorColumn;
185 Status = Proto->SetCursorPosition(Proto, CursorXY->Column, CursorXY->Row);
187 This->CurrentXY.Column = CursorXY->Column;
199 @param[out] Col Pointer to where to store the MAX Column, or NULL.
286 ColumnDelta = (int)((This->MaxColumn * RowDelta) + EndXY->Column);
287 ColumnDelta -= (int)StartXY->Column;
124 IIO_GetCursorPosition( int fd, UINT32 *Column, UINT32 *Row ) argument
H A DIIOutilities.h57 @param[out] Column Pointer to where the current cursor column is to be stored.
68 UINT32 *Column,
91 @param[out] Col Pointer to where to store the MAX Column, or NULL.
H A DCanonRead.c77 if (IIO_GetCursorPosition(STDOUT_FILENO, &This->InitialXY.Column, &This->InitialXY.Row) >= 0) {
78 This->CurrentXY.Column = This->InitialXY.Column;
H A DIIOwrite.c77 CurColumn = This->CurrentXY.Column;
184 This->CurrentXY.Column = CurColumn;
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DCustomizedDisplayLib.h166 @param Column The cursor position to print the string at. When it is -1, use current Position.
176 IN UINTN Column,
186 @param Column The cursor position to print the string at. When it is -1, use current Position.
198 IN UINTN Column,
208 @param Column The cursor position to print the string at. When it is -1, use current Position.
218 IN UINTN Column,
/device/linaro/bootloader/edk2/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.c171 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
255 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
375 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
465 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
525 Start = (HMainEditor.BufferImage->BufferPosition.Row - 1) * 0x10 + HMainEditor.BufferImage->BufferPosition.Column;
531 if (HMainEditor.BufferImage->BufferPosition.Column > HMainEditor.BufferImage->CurrentLine->Size) {
563 End = (HMainEditor.BufferImage->BufferPosition.Row - 1) * 0x10 + HMainEditor.BufferImage->BufferPosition.Column;
569 if (HMainEditor.BufferImage->BufferPosition.Column > HMainEditor.BufferImage->CurrentLine->Size) {
699 FPos = 0x10 * (HMainEditor.BufferImage->BufferPosition.Row - 1) + HMainEditor.BufferImage->BufferPosition.Column - 1;
764 Status = InputBarRefresh (HMainEditor.ScreenSize.Row, HMainEditor.ScreenSize.Column);
[all...]
H A DMemImage.c228 HBufferImage.DisplayPosition.Column = 10;
231 HBufferImage.MousePosition.Column = 10;
237 HBufferImage.BufferPosition.Column = 1;
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:__anon10493
H A DBufferImage.h139 @param[in] NewFilePosCol Column of file position ( start from 1 ).
251 @param[in] Column The column to examine.
259 IN UINTN Column,
H A DDiskImage.c265 HBufferImage.DisplayPosition.Column = 10;
268 HBufferImage.MousePosition.Column = 10;
274 HBufferImage.BufferPosition.Column = 1;
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DConsole.c409 UINTN Column; local
477 Column = (Columns - (MaxLength + 2)) / 2;
492 ConOut->SetCursorPosition (ConOut, Column, Row++);
504 ConOut->SetCursorPosition (ConOut, Column, Row);
511 ConOut->SetCursorPosition (ConOut, Column + 1 + (MaxLength - Length) / 2, Row++);
523 ConOut->SetCursorPosition (ConOut, Column + 1, Row++);
538 ConOut->SetCursorPosition (ConOut, Column, Row++);
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c323 UINTN Column; local
390 Column = (Columns - (MaxLength + 2)) / 2;
405 ConOut->SetCursorPosition (ConOut, Column, Row++);
429 ConOut->SetCursorPosition (ConOut, Column, Row++);
442 ConOut->SetCursorPosition (ConOut, Column, Row++);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConOut.c740 @param Column The row to set cursor to.
753 IN UINTN Column,
784 if (Column >= MaxColumn || Row >= MaxRow) {
796 if ((UINTN)Mode->CursorColumn > Column) {
797 mCursorBackwardString[FW_BACK_OFFSET + 0] = (CHAR16) ('0' + ((Mode->CursorColumn - Column) / 10));
798 mCursorBackwardString[FW_BACK_OFFSET + 1] = (CHAR16) ('0' + ((Mode->CursorColumn - Column) % 10));
801 else if (Column > (UINTN)Mode->CursorColumn) {
802 mCursorForwardString[FW_BACK_OFFSET + 0] = (CHAR16) ('0' + ((Column - Mode->CursorColumn) / 10));
803 mCursorForwardString[FW_BACK_OFFSET + 1] = (CHAR16) ('0' + ((Column - Mode->CursorColumn) % 10));
813 mSetCursorPositionString[COLUMN_OFFSET + 0] = (CHAR16) ('0' + ((Column
751 TerminalConOutSetCursorPosition( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Column, IN UINTN Row ) argument
[all...]
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A DEfiSysCall.h341 UINT32 Column; member in struct:__anon10673
/device/linaro/bootloader/edk2/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...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DInputHandler.c484 UINTN Column; local
510 Column = MenuOption->OptCol;
679 PrintStringAt (Column, Row, InputText);
680 Column++;
704 PrintStringAt (Column, Row, InputText);
706 Column++;
727 PrintStringAt (Column, Row, InputText);
729 Column++;
762 PrintCharAt (Column++, Row, Key.UnicodeChar);
872 Column
[all...]

Completed in 161 milliseconds

123