Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dvideo_bmp.c199 unsigned long width, height, byte_width; in video_bmp_display() local
290 byte_width = width * (bpix / 8); in video_bmp_display()
291 if (!byte_width) in video_bmp_display()
292 byte_width = width; in video_bmp_display()
320 fb -= byte_width + priv->line_length; in video_bmp_display()
/u-boot/common/
A Dlcd.c567 unsigned long width, height, byte_width; in lcd_display_bitmap() local
651 byte_width = width; in lcd_display_bitmap()
653 byte_width = width * 2; in lcd_display_bitmap()
678 fb -= byte_width + lcd_line_length; in lcd_display_bitmap()

Completed in 7 milliseconds