Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c4462 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()
[all …]