Home
last modified time | relevance | path

Searched refs:TopRow (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/editors/fte/fte/src/
H A Do_list.cpp37 List->TopRow = TopRow; in StorePos()
44 TopRow = List->TopRow; in GetPos()
130 yy = y + TopRow; in HandleMouse()
252 if (PaintAll || I + TopRow == Row || I + TopRow == OldRow) { in PaintView()
322 TopRow(0), in EList()
434 if (TopRow + H > Count) TopRow = Count - H; in FixPos()
443 if (TopRow < 0) TopRow = 0; in FixPos()
540 TopRow -= H; in MovePageUp()
543 if (TopRow < 0) in MovePageUp()
559 TopRow += H; in MovePageDown()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c69 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()
411 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c63 gScreenDimensions.TopRow, in PrintBannerInfo()
64 FRONT_PAGE_HEADER_HEIGHT - 1 + gScreenDimensions.TopRow, in PrintBannerInfo()
71 …for (Line = (UINT8) gScreenDimensions.TopRow; Line < BANNER_HEIGHT + (UINT8) gScreenDimensions.Top… in PrintBannerInfo()
79 RowIdx = (UINT8) (Line - (UINT8) gScreenDimensions.TopRow); in PrintBannerInfo()
173 PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow, Character); in PrintFramework()
180 …for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_… in PrintFramework()
191 …PrintStringAtWithWidth (gScreenDimensions.LeftColumn + 1, gScreenDimensions.TopRow + 1, gLibEmptyS… in PrintFramework()
194 gScreenDimensions.TopRow + 1, in PrintFramework()
201 …PrintCharAt (gScreenDimensions.LeftColumn, gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGH… in PrintFramework()
430 (FormData->ScreenDimensions->BottomRow > FormData->ScreenDimensions->TopRow) && in ScreenDiemensionInfoValidate()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1766 UINTN TopRow; in FindTopMenu() local
1771 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2605 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2608 Row = TopRow; in UiDisplayMenu()
2635 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2653 Row = TopRow; in UiDisplayMenu()
2942 Index + TopRow, in UiDisplayMenu()
2948 Index + TopRow, in UiDisplayMenu()
2962 Index + TopRow, in UiDisplayMenu()
2970 Index + TopRow, in UiDisplayMenu()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
H A DPopup.c491 …ScreenForPopup->TopRow = (Rows - 1 - POPUP_FOOTER_HEIGHT - POPUP_HEADER_HEIGHT - gMesStrLineNum) /… in CalculatePopupPosition()
492 …ScreenForPopup->BottomRow = ScreenForPopup->TopRow + gMesStrLineNum + POPUP_FOOTER_HEIGHT + POPUP_… in CalculatePopupPosition()
516 UINTN TopRow; in DrawMessageBox() local
529 TopRow = gPopupDimensions.TopRow; in DrawMessageBox()
539 PrintCharAt (StartCol, TopRow, Character); in DrawMessageBox()
551 DisplayRow = TopRow + POPUP_BORDER; in DrawMessageBox()
566 DisplayRow = TopRow + POPUP_BORDER + POPUP_STYLE_STRING_HEIGHT; in DrawMessageBox()
579 DisplayRow = TopRow + POPUP_HEADER_HEIGHT; in DrawMessageBox()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
H A DPopup.c491 …ScreenForPopup->TopRow = (Rows - 1 - POPUP_FOOTER_HEIGHT - POPUP_HEADER_HEIGHT - gMesStrLineNum) /… in CalculatePopupPosition()
492 …ScreenForPopup->BottomRow = ScreenForPopup->TopRow + gMesStrLineNum + POPUP_FOOTER_HEIGHT + POPUP_… in CalculatePopupPosition()
516 UINTN TopRow; in DrawMessageBox() local
529 TopRow = gPopupDimensions.TopRow; in DrawMessageBox()
539 PrintCharAt (StartCol, TopRow, Character); in DrawMessageBox()
551 DisplayRow = TopRow + POPUP_BORDER; in DrawMessageBox()
566 DisplayRow = TopRow + POPUP_BORDER + POPUP_STYLE_STRING_HEIGHT; in DrawMessageBox()
579 DisplayRow = TopRow + POPUP_HEADER_HEIGHT; in DrawMessageBox()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
H A DPopup.c491 …ScreenForPopup->TopRow = (Rows - 1 - POPUP_FOOTER_HEIGHT - POPUP_HEADER_HEIGHT - gMesStrLineNum) /… in CalculatePopupPosition()
492 …ScreenForPopup->BottomRow = ScreenForPopup->TopRow + gMesStrLineNum + POPUP_FOOTER_HEIGHT + POPUP_… in CalculatePopupPosition()
516 UINTN TopRow; in DrawMessageBox() local
529 TopRow = gPopupDimensions.TopRow; in DrawMessageBox()
539 PrintCharAt (StartCol, TopRow, Character); in DrawMessageBox()
551 DisplayRow = TopRow + POPUP_BORDER; in DrawMessageBox()
566 DisplayRow = TopRow + POPUP_BORDER + POPUP_STYLE_STRING_HEIGHT; in DrawMessageBox()
579 DisplayRow = TopRow + POPUP_HEADER_HEIGHT; in DrawMessageBox()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopOfScreenMenuOption()
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in FindTopMenu()
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT; in UiDisplayMenu()
2695 Row = TopRow; in UiDisplayMenu()
2722 TopRow - SCROLL_ARROW_HEIGHT, in UiDisplayMenu()
2740 Row = TopRow; in UiDisplayMenu()
3046 Index + TopRow, in UiDisplayMenu()
3052 Index + TopRow, in UiDisplayMenu()
3066 Index + TopRow, in UiDisplayMenu()
3074 Index + TopRow, in UiDisplayMenu()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/DisplayEngineDxe/
H A DFormDisplay.c1794 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT;
1852 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT;
2692 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT;
2695 Row = TopRow;
2722 TopRow - SCROLL_ARROW_HEIGHT,
2740 Row = TopRow;
3046 Index + TopRow,
3052 Index + TopRow,
3066 Index + TopRow,
3074 Index + TopRow,
[all …]
/dports/graphics/viu/viu-1.1/src/
H A Dprinter.rs25 let mut mode = Status::TopRow; in print()
44 if mode == Status::TopRow { in print()
56 if mode == Status::TopRow { in print()
66 mode = Status::TopRow; in print()
193 TopRow, enumerator

1234567