Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dvideo_bmp.c202 unsigned long width, height, byte_width; in video_bmp_display() local
287 byte_width = width; in video_bmp_display()
289 byte_width = width * 2; in video_bmp_display()
303 fb -= byte_width + priv->line_length; in video_bmp_display()
/rk3399_rockchip-uboot/common/
H A Dlcd.c577 unsigned long width, height, byte_width; in lcd_display_bitmap() local
661 byte_width = width; in lcd_display_bitmap()
663 byte_width = width * 2; in lcd_display_bitmap()
688 fb -= byte_width + lcd_line_length; in lcd_display_bitmap()