Home
last modified time | relevance | path

Searched refs:drv_gpd_set_type (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngprocess.c1273 drv_gpd_set_type(PNG_COLOR_TYPE_RGB_ALPHA, infoptr->interlace, infoptr->color_depth); in PngProcess()
1289 drv_gpd_set_type(infoptr->color_type, infoptr->interlace, infoptr->color_depth); in PngProcess()
H A Ddrvgpd.c758 void drv_gpd_set_type(MS_U32 data)
804 void drv_gpd_set_type(MS_U8 color_type, MS_U8 interlace, MS_U8 color_depth) in drv_gpd_set_type() function
H A Ddrvgpd.h152 void drv_gpd_set_type(MS_U8 color_type, MS_U8 interlace, MS_U8 color_depth);