Searched defs:PrintCharAt (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.c71 PrintCharAt ( function
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 (StartCo
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLib.c483 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 ( function

Completed in 48 milliseconds