Searched refs:CurrentCol (Results 1 – 3 of 3) sorted by relevance
568 UINTN CurrentCol; in PrintHotKeyHelpString() local598 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth; in PrintHotKeyHelpString()601 CurrentCol = LocalScreen.LeftColumn + ColumnWidth; in PrintHotKeyHelpString()604 CurrentCol = LocalScreen.LeftColumn + 2; in PrintHotKeyHelpString()624 PrintStringAtWithWidth (CurrentCol, CurrentRow, ColumnStr, ColumnIndexWidth); in PrintHotKeyHelpString()643 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth; in PrintHotKeyHelpString()646 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth); in PrintHotKeyHelpString()649 CurrentCol = LocalScreen.LeftColumn + ColumnWidth; in PrintHotKeyHelpString()651 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth); in PrintHotKeyHelpString()
994 UINTN CurrentCol; in GetConsoleOutMode() local1004 CurrentCol = PcdGet32 (PcdSetupConOutColumn); in GetConsoleOutMode()1009 if (CurrentCol == Col && CurrentRow == Row) { in GetConsoleOutMode()
1030 UINTN CurrentCol; in GetConsoleOutMode() local1040 CurrentCol = PcdGet32 (PcdSetupConOutColumn); in GetConsoleOutMode()1045 if (CurrentCol == Col && CurrentRow == Row) { in GetConsoleOutMode()