Lines Matching refs:jng_width
4462 jng_width; in ReadOneJNGImage() local
4498 jng_width=0; in ReadOneJNGImage()
4613 jng_width=(png_uint_32)mng_get_long(p); in ReadOneJNGImage()
4615 if ((jng_width == 0) || (jng_height == 0)) in ReadOneJNGImage()
4641 (unsigned long) jng_width, (unsigned long) jng_height, in ReadOneJNGImage()
4663 if ((jng_width > 65535) || (jng_height > 65535) || in ReadOneJNGImage()
4664 (MagickSizeType) jng_width > GetMagickResourceLimit(WidthResource) || in ReadOneJNGImage()
4669 (long) jng_width, (long) jng_height); in ReadOneJNGImage()
4778 PNGLong(data+4,jng_width); in ReadOneJNGImage()
5052 image->columns=jng_width; in ReadOneJNGImage()
5155 mng_info->mng_width=jng_width; in ReadOneJNGImage()
5161 image->page.width=jng_width; in ReadOneJNGImage()