summaryrefslogtreecommitdiff
path: root/src/lib/evas/common/evas_convert_main.h
blob: 03f0c85e8ef90d59ff13694bcc8235bf6f1468c2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _EVAS_CONVERT_MAIN_H
#define _EVAS_CONVERT_MAIN_H


EVAS_API void             evas_common_convert_init          (void);
EVAS_API Gfx_Func_Convert evas_common_convert_func_get      (DATA8 *dest, int w, int h, int depth, DATA32 rmask, DATA32 gmask, DATA32 bmask, Convert_Pal_Mode pal_mode, int rotation);


#endif /* _EVAS_CONVERT_MAIN_H */