/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/ |
D | CustomizedDisplayLibInternal.c | 69 gScreenDimensions.TopRow, in PrintBannerInfo() 70 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo() 77 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo() 85 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo() 179 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework() 186 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework() 197 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework() 200 gScreenDimensions.TopRow + 1, in PrintFramework() 207 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework() 436 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate() [all …]
|
D | CustomizedDisplayLib.c | 85 ScreenForStatement->TopRow = gScreenDimensions.TopRow + FRONT_PAGE_HEADER_HEIGHT; in DisplayPageFrame() 87 ScreenForStatement->TopRow = gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGHT; in DisplayPageFrame() 449 DimensionsHeight = gScreenDimensions.BottomRow - gScreenDimensions.TopRow; in CreateDialog() 479 Top = ((DimensionsHeight - LineNum - 2) / 2) + gScreenDimensions.TopRow - 1; in CreateDialog() 717 IN UINTN TopRow, in ClearLines() argument 744 for (Row = TopRow; Row <= BottomRow; Row++) { in ClearLines() 748 gST->ConOut->SetCursorPosition (gST->ConOut, LeftColumn, TopRow); in ClearLines()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
D | FormDisplay.c | 1780 UINTN TopRow; in FindTopMenu() local 1785 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu() 1825 if (MenuOption->Skip >= BottomRow - TopRow) { in FindTopMenu() 1829 …*TopOfScreen = FindTopOfScreenMenu(*HighlightMenu, BottomRow - TopRow - MenuOption->Skip, &TmpValu… in FindTopMenu() 1840 MoveToNextStatement (FALSE, HighlightMenu, BottomRow - TopRow, TRUE); in FindTopMenu() 1869 if (MenuOption->Skip >= BottomRow - TopRow) { in FindTopMenu() 1873 …*TopOfScreen = FindTopOfScreenMenu(*HighlightMenu, BottomRow - TopRow - MenuOption->Skip, &TmpValu… in FindTopMenu() 1897 if (MenuOption->Skip >= BottomRow - TopRow) { in FindTopMenu() 1901 …*TopOfScreen = FindTopOfScreenMenu(*HighlightMenu, BottomRow - TopRow - MenuOption->Skip, &TmpValu… in FindTopMenu() 1914 MoveToNextStatement (FALSE, HighlightMenu, BottomRow - TopRow, TRUE); in FindTopMenu() [all …]
|
D | InputHandler.c | 90 DimensionsHeight = gStatementDimensions.BottomRow - gStatementDimensions.TopRow; in ReadString() 122 Top = ((DimensionsHeight - 6) / 2) + gStatementDimensions.TopRow - 1; in ReadString() 1372 Top = gStatementDimensions.TopRow; in GetSelectionInputPopUp()
|
D | ProcessOptions.c | 607 DimensionsHeight = gStatementDimensions.BottomRow - gStatementDimensions.TopRow; in CreateSharedPopUp() 622 Top = ((DimensionsHeight - NumberOfLines - 2) / 2) + gStatementDimensions.TopRow - 1; in CreateSharedPopUp()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/ |
D | FormBrowser.h | 66 UINTN TopRow; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FormBrowser2/ |
D | FormBrowser2.h | 40 UINTN TopRow; member
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | FrameworkFormBrowser.h | 56 UINTN TopRow; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | FormBrowser2.h | 52 UINTN TopRow; member
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcBoot.c | 283 INT32 TopRow; in PxeBcSelectBootMenu() local 345 TopRow = gST->ConOut->Mode->CursorRow - MenuNum; in PxeBcSelectBootMenu() 355 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + Select); in PxeBcSelectBootMenu() 361 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + MenuNum); in PxeBcSelectBootMenu() 430 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + LastSelect); in PxeBcSelectBootMenu() 436 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + MenuNum); in PxeBcSelectBootMenu()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | CustomizedDisplayLib.h | 238 IN UINTN TopRow,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | PxeBcDhcp.c | 1838 INT32 TopRow; in PxeBcSelectBootMenu() local 1898 TopRow = gST->ConOut->Mode->CursorRow - MenuNum; in PxeBcSelectBootMenu() 1906 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + Select); in PxeBcSelectBootMenu() 1910 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + MenuNum); in PxeBcSelectBootMenu() 1979 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + LastSelect); in PxeBcSelectBootMenu() 1983 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + MenuNum); in PxeBcSelectBootMenu()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/ |
D | UefiIfrForm.c | 459 UINTN TopRow; in IfrLibCreatePopUp() local 480 TopRow = 0; in IfrLibCreatePopUp() 489 DimensionsHeight = BottomRow - TopRow; in IfrLibCreatePopUp() 531 Top = ((DimensionsHeight - NumberOfLines - 2) / 2) + TopRow - 1; in IfrLibCreatePopUp()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
D | Setup.h | 499 UINTN TopRow; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
D | DriverSample.c | 1709 Screen.TopRow = 3; in DriverSampleInit()
|