Searched refs:bmp_result (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.h | 41 } bmp_result; typedef 153 bmp_result bmp_create(bmp_image *bmp, bmp_bitmap_callback_vt *callbacks); 162 bmp_result ico_collection_create(ico_collection *ico, 179 bmp_result bmp_analyse(bmp_image *bmp, size_t size, uint8_t *data); 194 bmp_result ico_analyse(ico_collection *ico, 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);
|
| 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() 397 static bmp_result next_ico_image(ico_collection *ico, ico_image *image) { in next_ico_image() 412 static bmp_result ico_header_parse(ico_collection *ico, uint8_t *data) in ico_header_parse() 415 bmp_result result; in ico_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() [all …]
|
| H A D | rockchip_display.c | 1479 bmp_result code; in load_bmp_logo()
|