Searched refs:PrintCharAt (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c332 PrintCharAt (LocalScreen.LeftColumn, Row, Character);
333 PrintCharAt (LocalScreen.RightColumn - 1, Row, Character);
337 PrintCharAt (LocalScreen.LeftColumn, LocalScreen.TopRow + NONE_FRONT_PAGE_HEADER_HEIGHT - 1, Character);
351 PrintCharAt (LocalScreen.LeftColumn, LocalScreen.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight, Character);
362 PrintCharAt (LocalScreen.LeftColumn, Row, Character);
363 PrintCharAt (LocalScreen.RightColumn - 1, Row, Character);
367 PrintCharAt (LocalScreen.LeftColumn, LocalScreen.BottomRow - STATUS_BAR_HEIGHT - 1, Character);
H A DPrint.c265 PrintCharAt ( function
H A DInputHandler.c699 PrintCharAt (MenuOption->OptCol, Row, LEFT_NUMERIC_DELIMITER);
888 PrintCharAt (Column, Row, Key.UnicodeChar);
1100 PrintCharAt (Start, Top, Character);
1115 PrintCharAt (Start, Index, Character);
1116 PrintCharAt (End - 1, Index, Character);
1169 PrintCharAt (Start, Bottom, Character);
H A DSetup.h731 PrintCharAt (
H A DUi.c1048 PrintCharAt (Start, Top, Character);
1091 PrintCharAt (Start, Index + 1, Character);
1092 PrintCharAt (End - 1, Index + 1, Character);
1096 PrintCharAt (Start, Bottom - 1, Character);

Completed in 55 milliseconds