Home
last modified time | relevance | path

Searched refs:bmp_pitch (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Defifb.c152 u32 bmp_width, bmp_height, bmp_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local
205 bmp_pitch = round_up(3 * bmp_width, 4); in efifb_show_boot_graphics()
207 if ((file_header->bitmap_offset + bmp_pitch * bmp_height) > in efifb_show_boot_graphics()
236 src_y * bmp_pitch, in efifb_show_boot_graphics()