Searched refs:LocalScreen (Results 1 – 1 of 1) sorted by relevance
575 EFI_SCREEN_DESCRIPTOR LocalScreen; in PrintHotKeyHelpString() local581 CopyMem (&LocalScreen, &gScreenDimensions, sizeof (EFI_SCREEN_DESCRIPTOR)); in PrintHotKeyHelpString()582 ColumnWidth = (LocalScreen.RightColumn - LocalScreen.LeftColumn) / 3; in PrintHotKeyHelpString()583 BottomRowOfHotKeyHelp = LocalScreen.BottomRow - STATUS_BAR_HEIGHT - 3; in PrintHotKeyHelpString()598 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth; in PrintHotKeyHelpString()601 CurrentCol = LocalScreen.LeftColumn + ColumnWidth; in PrintHotKeyHelpString()604 CurrentCol = LocalScreen.LeftColumn + 2; in PrintHotKeyHelpString()643 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth; in PrintHotKeyHelpString()649 CurrentCol = LocalScreen.LeftColumn + ColumnWidth; in PrintHotKeyHelpString()