HomeSort by relevance Sort by last modified time
    Searched defs:PrintCharAt (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 71 PrintCharAt (
411 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE);
423 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_LIGHT_SHADE);
429 PrintCharAt (PrintCol, PrintRow, BLOCKELEMENT_FULL_BLOCK);
525 PrintCharAt (StartCol, PrintRow, BOXDRAW_DOWN_RIGHT);
527 PrintCharAt (StartCol + Index, PrintRow, BOXDRAW_HORIZONTAL);
529 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_DOWN_LEFT);
542 PrintCharAt (StartCol, PrintRow, BOXDRAW_VERTICAL);
544 PrintCharAt (StartCol + Width - 1, PrintRow, BOXDRAW_VERTICAL);
548 PrintCharAt (StartCol, PrintRow, BOXDRAW_VERTICAL_RIGHT);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 483 PrintCharAt (Start, Top, Character);
486 PrintCharAt ((UINTN)-1, (UINTN)-1, Character);
490 PrintCharAt ((UINTN)-1, (UINTN)-1, Character);
528 PrintCharAt (Start, Index + 1, Character);
529 PrintCharAt (End - 1, Index + 1, Character);
534 PrintCharAt (Start, Bottom - 1, Character);
537 PrintCharAt ((UINTN)-1, (UINTN) -1, Character);
541 PrintCharAt ((UINTN)-1, (UINTN) -1, Character);
693 PrintCharAt (

Completed in 602 milliseconds