Home | History | Annotate | Download | only in CustomizedDisplayLib

Lines Matching refs:Row

145   UINTN                  Row;

186 for (Row = gScreenDimensions.TopRow + 1; Row <= gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGHT - 2; Row++) {
187 PrintCharAt (gScreenDimensions.LeftColumn, Row, Character);
188 PrintCharAt (gScreenDimensions.RightColumn - 1, Row, Character);
227 for (Row = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight + 1;
228 Row <= gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - 2;
229 Row++
231 PrintCharAt (gScreenDimensions.LeftColumn, Row, Character);
232 PrintCharAt (gScreenDimensions.RightColumn - 1, Row, Character);
410 // Show three HotKeys help information on one row.
594 // Calculate help information Column and Row.
610 // Help string can't exceed ColumnWidth. One Row will show three Help information.
619 // Print HotKey help string on bottom Row.
838 @param Row The position of the output string.
850 IN UINTN Row,
874 Out->SetCursorPosition (Out, Column, Row);
959 @param Row The cursor position to print the string at.
971 IN UINTN Row,
980 LengthOfPrinted = PrintInternal (Width, Column, Row, gST->ConOut, Fmt, Args);