Searched refs:PNGLong (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Dpng.c1206 static void PNGLong(png_bytep p,png_uint_32 value)
4391 PNGLong(data+4,jng_width);
4392 PNGLong(data+8,jng_height);
10836 PNGLong(chunk+4,(png_uint_32) image->page.width);
10837 PNGLong(chunk+8,(png_uint_32) image->page.height);
11315 PNGLong(chunk+10,(png_uint_32) (0L)); /* temporary 0 delay */
11317 PNGLong(chunk+15,(png_uint_32) (mng_info->page.x)); /* left cb */
11318 PNGLong(chunk+19,
11320 PNGLong(chunk+23,(png_uint_32) (mng_info->page.y)); /* top cb */
11321 PNGLong(chun
1199 static void PNGLong(png_bytep p,png_uint_32 value) function
[all...]

Completed in 165 milliseconds