Lines Matching refs:bmp_image
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()
1188 memset(bmp, 0, sizeof(bmp_image)); in bmp_create()
1209 bmp_result bmp_analyse(bmp_image *bmp, size_t size, uint8_t *data) in bmp_analyse()
1246 bmp_result bmp_decode(bmp_image *bmp) in bmp_decode()
1311 bmp_result bmp_decode_trans(bmp_image *bmp, uint32_t colour) in bmp_decode_trans()
1320 bmp_image *ico_find(ico_collection *ico, uint16_t width, uint16_t height) in ico_find()
1322 bmp_image *bmp = NULL; in ico_find()
1346 void bmp_finalise(bmp_image *bmp) in bmp_finalise()