Home
last modified time | relevance | path

Searched defs:bmp_image (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dbmp_layout.h45 struct bmp_image { struct
52 /* Data in the bmp_image is aligned to this length */ argument
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dbmp2gray16.c34 struct bmp_image { struct
35 struct bmp_header hdr;
36 uint8_t color_table[0];
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo_bmp.c192 int video_bmp_display(struct udevice *dev, ulong bmp_image, int x, int y, in video_bmp_display()
H A Dcfb_console.c1311 int video_display_bitmap(ulong bmp_image, int x, int y) in video_display_bitmap()
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c569 int lcd_display_bitmap(ulong bmp_image, int x, int y) in lcd_display_bitmap()