Lines Matching refs:PrintRow
365 UINTN PrintRow; in BootMenuSelectItem() local
409 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in BootMenuSelectItem()
410 for (Index = 0; Index < TopShadeNum; Index++, PrintRow++) { in BootMenuSelectItem()
411 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE); in BootMenuSelectItem()
421 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + ItemCountPerScreen - LowShadeNum; in BootMenuSelectItem()
422 for (Index = 0; Index < LowShadeNum; Index++, PrintRow++) { in BootMenuSelectItem()
423 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE); in BootMenuSelectItem()
427 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + TopShadeNum; in BootMenuSelectItem()
428 for (Index = TopShadeNum; Index < ItemCountPerScreen - LowShadeNum; Index++, PrintRow++) { in BootMenuSelectItem()
429 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_FULL_BLOCK); in BootMenuSelectItem()
437 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in BootMenuSelectItem()
444 PrintStringAt (PrintCol, PrintRow + Index, String); in BootMenuSelectItem()
450 for (Index = 0; Index < ItemCountPerScreen; Index++, PrintRow++) { in BootMenuSelectItem()
452 PrintStringAt (PrintCol, PrintRow, String); in BootMenuSelectItem()
465 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2 + WantSelectItem - FirstItem; in BootMenuSelectItem()
466 PrintStringAt (PrintCol, PrintRow, String); in BootMenuSelectItem()
477 PrintRow = StartRow + 3 + BootMenuData->SelectItem - FirstItem; in BootMenuSelectItem()
478 PrintStringAt (PrintCol, PrintRow, String); in BootMenuSelectItem()
505 UINTN PrintRow; in DrawBootPopupMenu() local
519 PrintRow = StartRow; in DrawBootPopupMenu()
525 PrintCharAt (StartCol, PrintRow, BOXDRAW_DOWN_RIGHT); in DrawBootPopupMenu()
527 PrintCharAt (StartCol + Index, PrintRow, BOXDRAW_HORIZONTAL); in DrawBootPopupMenu()
529 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_DOWN_LEFT); in DrawBootPopupMenu()
541 PrintRow++; in DrawBootPopupMenu()
542 PrintCharAt (StartCol, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
543 PrintStringAt (StartCol + 1, PrintRow, String); in DrawBootPopupMenu()
544 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
547 PrintRow++; in DrawBootPopupMenu()
548 PrintCharAt (StartCol, PrintRow, BOXDRAW_VERTICAL_RIGHT); in DrawBootPopupMenu()
550 PrintCharAt (StartCol + Index, PrintRow, BOXDRAW_HORIZONTAL); in DrawBootPopupMenu()
552 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_VERTICAL_LEFT); in DrawBootPopupMenu()
558 PrintRow++; in DrawBootPopupMenu()
559 PrintCharAt (StartCol, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
560 PrintStringAt (StartCol + 1, PrintRow, String); in DrawBootPopupMenu()
561 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
564 PrintRow++; in DrawBootPopupMenu()
565 PrintCharAt (StartCol, PrintRow, BOXDRAW_VERTICAL_RIGHT); in DrawBootPopupMenu()
567 PrintCharAt (StartCol + Index, PrintRow, BOXDRAW_HORIZONTAL); in DrawBootPopupMenu()
569 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_VERTICAL_LEFT); in DrawBootPopupMenu()
575 PrintRow++; in DrawBootPopupMenu()
576 PrintCharAt (StartCol, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
577 PrintStringAt (StartCol + 1, PrintRow, String); in DrawBootPopupMenu()
578 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
582 PrintRow++; in DrawBootPopupMenu()
583 PrintCharAt (StartCol, PrintRow, BOXDRAW_UP_RIGHT); in DrawBootPopupMenu()
585 PrintCharAt (StartCol + Index, PrintRow, BOXDRAW_HORIZONTAL); in DrawBootPopupMenu()
587 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_UP_LEFT); in DrawBootPopupMenu()
593 PrintRow = StartRow + 1; in DrawBootPopupMenu()
594 for (Index = 0; Index < TITLE_TOKEN_COUNT; Index++, PrintRow++) { in DrawBootPopupMenu()
598 PrintStringAt (PrintCol, PrintRow, String); in DrawBootPopupMenu()
606 PrintRow = StartRow + TITLE_TOKEN_COUNT + 2; in DrawBootPopupMenu()
607 for (Index = 0; Index < ItemCountPerScreen; Index++, PrintRow++) { in DrawBootPopupMenu()
609 PrintStringAt (PrintCol, PrintRow, String); in DrawBootPopupMenu()
616 PrintRow++; in DrawBootPopupMenu()
617 for (Index = 0; Index < HELP_TOKEN_COUNT; Index++, PrintRow++) { in DrawBootPopupMenu()
621 PrintStringAt (PrintCol, PrintRow, String); in DrawBootPopupMenu()
630 PrintRow = StartRow + 2; in DrawBootPopupMenu()
631 PrintCharAt (PrintCol, PrintRow, GEOMETRICSHAPE_UP_TRIANGLE); in DrawBootPopupMenu()
632 PrintCharAt (PrintCol + 1, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
633 PrintRow += (ItemCountPerScreen + 1); in DrawBootPopupMenu()
634 PrintCharAt (PrintCol, PrintRow, GEOMETRICSHAPE_DOWN_TRIANGLE); in DrawBootPopupMenu()
635 PrintCharAt (PrintCol + 1, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()