Home | History | Annotate | Download | only in DisplayEngineDxe

Lines Matching defs:Top

600   UINTN   Top;

622 Top = ((DimensionsHeight - NumberOfLines - 2) / 2) + gStatementDimensions.TopRow - 1;
623 Bottom = Top + NumberOfLines + 2;
626 PrintCharAt (Start, Top, Character);
637 for (Index = Top; Index + 2 < Bottom; Index++, Count++) {