• Home
  • Raw
  • Download

Lines Matching refs:PrintCol

364   UINTN                 PrintCol;  in BootMenuSelectItem()  local
408 PrintCol = StartCol + BootMenuData->MenuScreen.Width - 2; in BootMenuSelectItem()
411 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE); in BootMenuSelectItem()
420 PrintCol = StartCol + BootMenuData->MenuScreen.Width - 2; in BootMenuSelectItem()
423 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE); in BootMenuSelectItem()
426 PrintCol = StartCol + BootMenuData->MenuScreen.Width - 2; in BootMenuSelectItem()
429 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_FULL_BLOCK); in BootMenuSelectItem()
436 PrintCol = StartCol + 1; in BootMenuSelectItem()
444 PrintStringAt (PrintCol, PrintRow + Index, String); in BootMenuSelectItem()
452 PrintStringAt (PrintCol, PrintRow, String); in BootMenuSelectItem()
464 PrintCol = StartCol + 1; in BootMenuSelectItem()
466 PrintStringAt (PrintCol, PrintRow, String); in BootMenuSelectItem()
476 PrintCol = StartCol + 1; in BootMenuSelectItem()
478 PrintStringAt (PrintCol, PrintRow, String); in BootMenuSelectItem()
506 UINTN PrintCol; in DrawBootPopupMenu() local
597 PrintCol = StartCol + (Width - LineWidth) / 2; in DrawBootPopupMenu()
598 PrintStringAt (PrintCol, PrintRow, String); in DrawBootPopupMenu()
605 PrintCol = StartCol + 1; in DrawBootPopupMenu()
609 PrintStringAt (PrintCol, PrintRow, String); in DrawBootPopupMenu()
620 PrintCol = StartCol + (Width - LineWidth) / 2; in DrawBootPopupMenu()
621 PrintStringAt (PrintCol, PrintRow, String); in DrawBootPopupMenu()
629 PrintCol = StartCol + Width - 2; in DrawBootPopupMenu()
631 PrintCharAt (PrintCol, PrintRow, GEOMETRICSHAPE_UP_TRIANGLE); in DrawBootPopupMenu()
632 PrintCharAt (PrintCol + 1, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()
634 PrintCharAt (PrintCol, PrintRow, GEOMETRICSHAPE_DOWN_TRIANGLE); in DrawBootPopupMenu()
635 PrintCharAt (PrintCol + 1, PrintRow, BOXDRAW_VERTICAL); in DrawBootPopupMenu()