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

/systemd/src/boot/efi/
H A Dboot.c477 UINTN x_start; local
538 x_start = (x_max - (line_width)) / 2;
550 for (j = 0; j < x_start; j++)
583 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, x_start-3, y_start + i - idx_first);
593 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, x_start-3, y_start + idx_highlight_prev - idx_first);
601 uefi_call_wrapper(ST->ConOut->SetCursorPosition, 3, ST->ConOut, x_start-3, y_start + idx_highlight - idx_first);

Completed in 16 milliseconds