Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c4461 jng_height, in ReadOneJNGImage() local
4497 jng_height=0; in ReadOneJNGImage()
4614 jng_height=(png_uint_32)mng_get_long(&p[4]); 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()
4665 (MagickSizeType) jng_height > GetMagickResourceLimit(HeightResource)) in ReadOneJNGImage()
4669 (long) jng_width, (long) jng_height); in ReadOneJNGImage()
4779 PNGLong(data+8,jng_height); in ReadOneJNGImage()
5051 image->rows=jng_height; in ReadOneJNGImage()
[all …]