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

/systemd/src/boot/efi/
H A Dsplash.c284 if(dib->x < GraphicsOutput->Mode->Info->HorizontalResolution)
285 x_pos = (GraphicsOutput->Mode->Info->HorizontalResolution - dib->x) / 2;
286 if(dib->y < GraphicsOutput->Mode->Info->VerticalResolution)
287 y_pos = (GraphicsOutput->Mode->Info->VerticalResolution - dib->y) / 2;
292 GraphicsOutput->Mode->Info->HorizontalResolution,
293 GraphicsOutput->Mode->Info->VerticalResolution, 0);

Completed in 10 milliseconds