Searched refs:mng_width (Results 1 – 1 of 1) sorted by relevance
741 mng_width, member3187 mng_info->mng_width=ping_width; in ReadOnePNGImage()5155 mng_info->mng_width=jng_width; in ReadOneJNGImage()5565 mng_info->mng_width=(unsigned long)mng_get_long(p); in ReadOneMNGImage()5571 " MNG width: %.20g",(double) mng_info->mng_width); in ReadOneMNGImage()5616 if ((mng_info->mng_width > 65535L) || in ReadOneMNGImage()5624 "%.20gx%.20g+0+0",(double) mng_info->mng_width,(double) in ReadOneMNGImage()5628 mng_info->frame.right=(ssize_t) mng_info->mng_width; in ReadOneMNGImage()6645 (image_width < mng_info->mng_width) || in ReadOneMNGImage()6646 (mng_info->clip.right < (ssize_t) mng_info->mng_width) || in ReadOneMNGImage()[all …]