Lines Matching refs:Mode
58 (*ConsoleInfo)->HistoryMode.Mode = 0;
72 (*ConsoleInfo)->OurConOut.Mode = gST->ConOut->Mode;
285 OrigAttribute = ConsoleInfo->OldConOut->Mode->Attribute;
599 @retval EFI_UNSUPPORTED The output device's mode is not currently in a
600 defined text mode.
626 Function to handle page break mode.
659 // ShellInfoObject.ConsoleInfo->OurConOut.Mode->CursorRow = 0;
660 // ShellInfoObject.ConsoleInfo->OurConOut.Mode->CursorColumn = 0;
685 @retval EFI_UNSUPPORTED The output device's mode is not currently in a
686 defined text mode.
715 if (ConsoleInfo->OurConOut.Mode->CursorColumn > 0) {
716 ConsoleInfo->OurConOut.Mode->CursorColumn--;
745 ConsoleInfo->OurConOut.Mode->CursorRow++;
752 ConsoleInfo->OurConOut.Mode->CursorColumn = 0;
758 ConsoleInfo->OurConOut.Mode->CursorColumn++;
762 if ((INTN)ConsoleInfo->ColsPerScreen == ConsoleInfo->OurConOut.Mode->CursorColumn + 1) {
792 ConsoleInfo->OurConOut.Mode->CursorRow++;
793 ConsoleInfo->OurConOut.Mode->CursorColumn = 0;
799 // check if that was the last printable row. If yes handle PageBreak mode
830 @retval EFI_UNSUPPORTED The output device's mode is not currently in a
831 defined text mode.
919 Returns information for an available text mode that the output device(s)
923 @param[in] ModeNumber The mode number to return information on.
927 @retval EFI_SUCCESS The requested mode information was returned.
930 @retval EFI_UNSUPPORTED The mode number was not valid.
955 Sets the output device(s) to a specified mode.
958 @param[in] ModeNumber The mode number to set.
961 @retval EFI_SUCCESS The requested text mode was set.
964 @retval EFI_UNSUPPORTED The mode number was not valid.
987 ConsoleInfo->OurConOut.Mode = ConsoleInfo->OldConOut->Mode;
1048 @retval EFI_UNSUPPORTED The output device is not in a valid text mode.
1091 *Attributes = ConsoleInfo->OldConOut->Mode->Attribute;
1115 @retval EFI_UNSUPPORTED The output device is not in a valid text mode, or the
1116 cursor position is invalid for the current mode.
1164 the cursor mode.
1165 @retval EFI_UNSUPPORTED The output device is not in a valid text mode.
1198 This will be used when a mode has changed or a reset ocurred to verify all
1219 Status = gST->ConOut->QueryMode (gST->ConOut, gST->ConOut->Mode->Mode, &ConsoleInfo->ColsPerScreen, &ConsoleInfo->RowsPerScreen);
1240 CopyMem (&ConsoleInfo->HistoryMode, ConsoleInfo->OldConOut->Mode, sizeof (EFI_SIMPLE_TEXT_OUTPUT_MODE));