aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_convert_rgb_24.h
blob: bc114cad9d5668ae79c6e4c6c7527b9d07d9a7dd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _EVAS_CONVERT_RGB_24_H
#define _EVAS_CONVERT_RGB_24_H


void evas_common_convert_rgba_to_24bpp_rgb_888                 (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal);
void evas_common_convert_rgba_to_24bpp_bgr_888                 (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal);

void evas_common_convert_rgba_to_24bpp_rgb_666                 (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal);
    
#endif /* _EVAS_CONVERT_RGB_24_H */