Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching defs:Top

78   UINTN                   Top;

122 Top = ((DimensionsHeight - 6) / 2) + gStatementDimensions.TopRow - 1;
140 PrintStringAt (Start + 1, Top + 3, BufferedString);
149 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
161 PrintStringAt (Start + 1, Top + 3, BufferedString);
165 gST->ConOut->SetCursorPosition (gST->ConOut, Start + GetStringWidth (StringPtr) / 2, Top + 3);
198 PrintCharAt (Start + Index + 1, Top + 3, IsPassword && StringPtr[Index] != CHAR_NULL? L'*' : StringPtr[Index]);
282 PrintStringAt (Start + 1, Top + 3, BufferedString);
291 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
303 PrintStringAt (Start + 1, Top + 3, BufferedString);
309 gST->ConOut->SetCursorPosition (gST->ConOut, Start + CurrentCursor + 1, Top + 3);
1272 UINTN Top;
1372 Top = gStatementDimensions.TopRow;
1375 MenuLinesInView = Bottom - Top - 1;
1377 Top = Top + (MenuLinesInView - PopUpMenuLines) / 2;
1378 Bottom = Top + PopUpMenuLines + 1;
1393 ClearLines (Start, End, Top, Bottom, GetPopupColor ());
1399 PrintCharAt (Start, Top, Character);
1413 for (Index = Top + 1; Index < Bottom; Index++) {
1419 // Move to top Option
1429 Index2 = Top + 1;
1500 // Highlight reaches the top of the popup window, scroll one menu item.
1554 // Highlight reaches the top of the popup window, scroll one menu item.