Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c4129 jng_width; in ReadOneJNGImage() local
4165 jng_width=0; in ReadOneJNGImage()
4255 jng_width=(size_t) ((p[0] << 24) | (p[1] << 16) | in ReadOneJNGImage()
4259 if ((jng_width == 0) || (jng_height == 0)) in ReadOneJNGImage()
4280 (unsigned long) jng_width, (unsigned long) jng_height, in ReadOneJNGImage()
4384 PNGLong(data+4,jng_width); in ReadOneJNGImage()
4659 image->columns=jng_width; in ReadOneJNGImage()
4750 mng_info->mng_width=jng_width; in ReadOneJNGImage()
4756 image->page.width=jng_width; in ReadOneJNGImage()