Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dbmp_helper.c27 static void draw_encoded_bitmap(uint16_t **dst, uint16_t c, uint32_t cnt) in draw_encoded_bitmap() function
134 draw_encoded_bitmap((uint16_t **)&dst, in decode_rle8_bitmap()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo_bmp.c30 static void draw_encoded_bitmap(ushort **fbp, ushort col, int cnt) in draw_encoded_bitmap() function
120 draw_encoded_bitmap((ushort **)&fb, in video_display_rle8_bitmap()
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c427 static void draw_encoded_bitmap(ushort **fbp, ushort c, int cnt) in draw_encoded_bitmap() function
530 draw_encoded_bitmap((ushort **)&fb, in lcd_display_rle8_bitmap()