Lines Matching refs:bmp_result
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()
870 static bmp_result
1024 static bmp_result
1184 bmp_result
1196 bmp_result
1209 bmp_result bmp_analyse(bmp_image *bmp, size_t size, uint8_t *data) in bmp_analyse()
1211 bmp_result res; in bmp_analyse()
1231 bmp_result ico_analyse(ico_collection *ico, size_t size, uint8_t *data) in ico_analyse()
1246 bmp_result bmp_decode(bmp_image *bmp) in bmp_decode()
1250 bmp_result result = BMP_OK; in bmp_decode()
1311 bmp_result bmp_decode_trans(bmp_image *bmp, uint32_t colour) in bmp_decode_trans()