Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c4457 jng_width; in ReadOneJNGImage() local
4493 jng_width=0; in ReadOneJNGImage()
4608 jng_width=(png_uint_32)mng_get_long(p); in ReadOneJNGImage()
4610 if ((jng_width == 0) || (jng_height == 0)) in ReadOneJNGImage()
4636 (unsigned long) jng_width, (unsigned long) jng_height, in ReadOneJNGImage()
4658 if ((jng_width > 65535) || (jng_height > 65535) || in ReadOneJNGImage()
4659 (MagickSizeType) jng_width > GetMagickResourceLimit(WidthResource) || in ReadOneJNGImage()
4664 (long) jng_width, (long) jng_height); in ReadOneJNGImage()
4780 PNGLong(data+4,jng_width); in ReadOneJNGImage()
5054 image->columns=jng_width; in ReadOneJNGImage()
[all …]