Searched refs:y_pos (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Dsplash.c264 UINTN y_pos = 0; local
287 y_pos = (GraphicsOutput->Mode->Info->VerticalResolution - dib->y) / 2;
302 blt, EfiBltVideoToBltBuffer, x_pos, y_pos, 0, 0,
316 blt, EfiBltBufferToVideo, 0, 0, x_pos, y_pos,
H A Dboot.c85 static BOOLEAN line_edit(CHAR16 *line_in, CHAR16 **line_out, UINTN x_max, UINTN y_pos) { argument
126 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, 0, y_pos);
128 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, cursor, y_pos);
170 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, cursor, y_pos);
184 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, cursor, y_pos);
194 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, cursor, y_pos);
202 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, cursor, y_pos);
236 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, cursor, y_pos);

Completed in 36 milliseconds