Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching refs:TopRow

1780   UINTN                           TopRow;

1785 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT;
1825 if (MenuOption->Skip >= BottomRow - TopRow) {
1829 *TopOfScreen = FindTopOfScreenMenu(*HighlightMenu, BottomRow - TopRow - MenuOption->Skip, &TmpValue);
1840 MoveToNextStatement (FALSE, HighlightMenu, BottomRow - TopRow, TRUE);
1869 if (MenuOption->Skip >= BottomRow - TopRow) {
1873 *TopOfScreen = FindTopOfScreenMenu(*HighlightMenu, BottomRow - TopRow - MenuOption->Skip, &TmpValue);
1897 if (MenuOption->Skip >= BottomRow - TopRow) {
1901 *TopOfScreen = FindTopOfScreenMenu(*HighlightMenu, BottomRow - TopRow - MenuOption->Skip, &TmpValue);
1914 MoveToNextStatement (FALSE, HighlightMenu, BottomRow - TopRow, TRUE);
2551 UINTN TopRow;
2625 TopRow = gStatementDimensions.TopRow + SCROLL_ARROW_HEIGHT;
2628 Row = TopRow;
2655 TopRow - SCROLL_ARROW_HEIGHT,
2673 Row = TopRow;
2685 PrintStringAtWithWidth(gStatementDimensions.LeftColumn + gModalSkipColumn, TopRow - 1, L"", gStatementDimensions.RightColumn - gStatementDimensions.LeftColumn - 2 * gModalSkipColumn);
2687 PrintStringAtWithWidth(gStatementDimensions.LeftColumn, TopRow - 1, L"", gStatementDimensions.RightColumn - gStatementDimensions.LeftColumn);
2693 TopRow - SCROLL_ARROW_HEIGHT,
2921 RowCount = BottomRow - TopRow + 1;
2978 Index + TopRow,
2984 Index + TopRow,
2998 Index + TopRow,
3006 Index + TopRow,
3017 Index + TopRow,
3027 Index + TopRow + HelpHeaderLine,
3036 Index + TopRow + HelpHeaderLine,
3388 Difference = MoveToNextStatement (TRUE, &NewPos, MenuOption->Row - TopRow, FALSE);
3403 TopOfScreen = FindTopOfScreenMenu (gMenuOption.BackLink, BottomRow - TopRow, &SkipValue);
3405 MoveToNextStatement (TRUE, &NewPos, BottomRow - TopRow, TRUE);
3410 if (MenuOption->Row < TopRow + Difference + NextMenuOption->Skip) {
3422 // BottomRow - TopRow + 1 means the total rows current forms supported.
3429 (BottomRow - TopRow + 1 >= Difference + NextMenuOption->Skip + 1)) {
3457 if (SkipValue >= BottomRow - TopRow + 1) {
3459 // SkipValue > (BottomRow - TopRow + 1) means current menu has more than one
3463 SkipValue -= BottomRow - TopRow + 1;
3467 Index = (BottomRow + 1) - SkipValue - TopRow;
3472 MoveToNextStatement (FALSE, &NewPos, BottomRow - TopRow, FALSE);
3496 Index = TopRow + NextMenuOption->Skip - SkipValue;
3511 MoveToNextStatement (TRUE, &Link, Index - TopRow, TRUE);
3520 SkipValue += BottomRow - TopRow + 1;
3529 MoveToNextStatement (FALSE, &Link, BottomRow - TopRow, TRUE);
3600 MoveToNextStatement (FALSE, &NewPos, BottomRow - TopRow, TRUE);
3689 // BottomRow - TopRow + 1 means the total rows current forms supported.
3696 (BottomRow - TopRow + 1 >= Difference + NextMenuOption->Skip + 1)) {