Home
last modified time | relevance | path

Searched refs:drv_gpd_set_iwidth_height (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddrvgpd.c198 drv_gpd_set_iwidth_height(g_iwidth, g_iheight); in set_nop_cmd()
498 void drv_gpd_set_iwidth_height(MS_U32 width, MS_U32 height)
569 void drv_gpd_set_iwidth_height(MS_U32 iwidth, MS_U32 iheight) in drv_gpd_set_iwidth_height() function
H A Ddrvgpd.h138 void drv_gpd_set_iwidth_height(MS_U32 iwidth, MS_U32 iheight);
H A Dpngprocess.c1252 drv_gpd_set_iwidth_height(infoptr->png_width,infoptr->png_height); in PngProcess()
H A Ddgif_lib.c574 drv_gpd_set_iwidth_height(GifFile->Image.Width, GifFile->Image.Height); in MstDGifProcess()