Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching defs:Bottom

1273   UINTN                   Bottom;

1373 Bottom = gStatementDimensions.BottomRow - 1;
1375 MenuLinesInView = Bottom - Top - 1;
1378 Bottom = Top + PopUpMenuLines + 1;
1393 ClearLines (Start, End, Top, Bottom, GetPopupColor ());
1413 for (Index = Top + 1; Index < Bottom; Index++) {
1430 for (Index = TopOptionIndex; (Index < PopUpMenuLines) && (Index2 < Bottom); Index++) {
1468 PrintCharAt (Start, Bottom, Character);
1528 // Highlight reaches the bottom of the popup window, scroll one menu item.
1571 // Highlight reaches the bottom of the popup window, scroll one menu item.