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


EAPI void             evas_common_convert_init          (void);
EAPI 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 */