| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.h | 119 } bmp_image; typedef 122 bmp_image bmp; 153 bmp_result bmp_create(bmp_image *bmp, bmp_bitmap_callback_vt *callbacks); 179 bmp_result bmp_analyse(bmp_image *bmp, size_t size, uint8_t *data); 206 bmp_result bmp_decode(bmp_image *bmp); 224 bmp_result bmp_decode_trans(bmp_image *bmp, uint32_t transparent_colour); 236 bmp_image *ico_find(ico_collection *ico, uint16_t width, uint16_t height); 243 void bmp_finalise(bmp_image *bmp);
|
| H A D | libnsbmp.c | 75 static bmp_result bmp_info_header_parse(bmp_image *bmp, uint8_t *data) in bmp_info_header_parse() 362 static bmp_result bmp_file_header_parse(bmp_image *bmp, uint8_t *data) in bmp_file_header_parse() 512 static bmp_result bmp_decode_rgb32(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb32() 592 static bmp_result bmp_decode_rgb24(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb24() 662 static bmp_result bmp_decode_rgb16(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb16() 748 static bmp_result bmp_decode_rgb(bmp_image *bmp, uint8_t **start, int bytes) in bmp_decode_rgb() 820 static bmp_result bmp_decode_mask(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_mask() 871 bmp_decode_rle8(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_rle8() 1025 bmp_decode_rle4(bmp_image *bmp, uint8_t *data, int bytes) in bmp_decode_rle4() 1185 bmp_create(bmp_image *bmp, in bmp_create() [all …]
|
| H A D | bmp_helper.c | 147 struct bmp_image *bmp = bmp_addr; in bmpdecoder()
|
| H A D | rockchip_display.c | 1374 static void bmp_copy(void *dst, bmp_image *bmp) in bmp_copy() 1480 bmp_image bmp; in load_bmp_logo()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bmp.c | 40 struct bmp_image *gunzip_bmp(unsigned long addr, unsigned long *lenp, in gunzip_bmp() 45 struct bmp_image *bmp; in gunzip_bmp() 61 bmp = (struct bmp_image *)((((unsigned int)dst + 1) & ~3) + 2); in gunzip_bmp() 87 struct bmp_image *gunzip_bmp(unsigned long addr, unsigned long *lenp, in gunzip_bmp() 194 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(addr, 0); in bmp_info() 234 struct bmp_image *bmp = map_sysmem(addr, 0); in bmp_display()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | video.h | 152 int video_bmp_display(struct udevice *dev, ulong bmp_image, int x, int y, 198 int video_display_bitmap(ulong bmp_image, int x, int y);
|
| H A D | lcd.h | 22 struct bmp_image *gunzip_bmp(unsigned long addr, unsigned long *lenp, 74 int lcd_display_bitmap(ulong bmp_image, int x, int y);
|
| H A D | bmp_layout.h | 45 struct bmp_image { struct
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | video_bmp.c | 42 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() 192 int video_bmp_display(struct udevice *dev, ulong bmp_image, int x, int y, in video_bmp_display() argument 199 struct bmp_image *bmp = map_sysmem(bmp_image, 0); in video_bmp_display() 210 printf("Error: no valid bmp image at %lx\n", bmp_image); in video_bmp_display()
|
| H A D | cfb_console.c | 1162 static int display_rle8_bitmap(struct bmp_image *img, int xoff, int yoff, in display_rle8_bitmap() 1311 int video_display_bitmap(ulong bmp_image, int x, int y) in video_display_bitmap() argument 1315 struct bmp_image *bmp = (struct bmp_image *)bmp_image; in video_display_bitmap() 1348 (uchar *) bmp_image, in video_display_bitmap() 1351 bmp_image); in video_display_bitmap() 1363 bmp = (struct bmp_image *)(dst+2); in video_display_bitmap() 1368 bmp_image); in video_display_bitmap() 1373 printf("Error: no valid bmp image at %lx\n", bmp_image); in video_display_bitmap()
|
| H A D | bus_vcxk.c | 361 struct bmp_image *bmp; in vcxk_display_bitmap() 372 bmp = (struct bmp_image *)addr; in vcxk_display_bitmap()
|
| H A D | atmel_lcdfb.c | 104 void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lcd.c | 454 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() 554 __weak void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap() 569 int lcd_display_bitmap(ulong bmp_image, int x, int y) in lcd_display_bitmap() argument 574 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(bmp_image, 0); in lcd_display_bitmap() 585 printf("Error: no valid bmp image at %lx\n", bmp_image); in lcd_display_bitmap()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | bmp2gray16.c | 34 struct bmp_image { struct 202 struct bmp_image *bmp; in convert_one_image() 236 bmp = (struct bmp_image *)bmp_buf; in convert_one_image()
|