Searched refs:y_pos (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/boot/efi/ |
D | splash.c | 265 UINTN y_pos = 0; in graphics_splash() local 293 y_pos = (GraphicsOutput->Mode->Info->VerticalResolution - dib->y) / 2; in graphics_splash() 308 EfiBltVideoToBltBuffer, x_pos, y_pos, 0, 0, in graphics_splash() 323 EfiBltBufferToVideo, 0, 0, x_pos, y_pos, in graphics_splash()
|
D | boot.c | 145 UINTN y_pos) { in line_edit() argument 176 print_at(1, y_pos, COLOR_EDIT, print); in line_edit() 182 print_at(cursor + 1, y_pos, cursor_color, print + cursor); in line_edit() 189 print_at(cursor + 1, y_pos, COLOR_EDIT, print + cursor); in line_edit()
|