Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngprocess.c677 infoptr->png_height = ((*(addr+4))<<24)+ in handle_IHDR()
1053 if (infoptr->png_height > 2048 || infoptr->png_width > 2048) in PngProcess()
1080 frame_size = ((infoptr->png_width * pixelbytes + 7) & ~7) * infoptr->png_height; in PngProcess()
1191 …t + roi_ptr->width > infoptr->png_width || roi_ptr->vstart + roi_ptr->height > infoptr->png_height) in PngProcess()
1252 drv_gpd_set_iwidth_height(infoptr->png_width,infoptr->png_height); in PngProcess()
1255 …intf("width = %td, height = %td\n", (ptrdiff_t)infoptr->png_width, (ptrdiff_t)infoptr->png_height); in PngProcess()
1301 if (infoptr->png_height >= 3) in PngProcess()
1303 if (infoptr->png_height >= 5) in PngProcess()
1307 drv_gpd_set_scline_height_interlace(infoptr->png_height); in PngProcess()
1312 drv_gpd_set_scline_height_progressive(infoptr->png_height); in PngProcess()
H A Dmdrvgpd.c218 pic_info->u32Height = pnginfo->png_height; in mdrv_gpd_decode()
H A Dpng.h597 MS_U32 png_width,png_height; member