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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h2547 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2578 # define png_get_uint_32(buf) \ macro
2594 ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffffL) + 1)) \
2595 : (png_int_32)png_get_uint_32(buf)))
H A Dpngrutil.c54 png_uint_32 uval = png_get_uint_32(buf);
73 png_uint_32 uval = png_get_uint_32(buf);
98 png_get_uint_32)(png_const_bytep buf) function
117 png_uint_32 uval = png_get_uint_32(buf);
301 crc = png_get_uint_32(crc_bytes);
1799 res_x = png_get_uint_32(buf);
1800 res_y = png_get_uint_32(buf + 4);
H A DCHANGES1620 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
2013 Inline call of png_get_uint_32() in png_get_uint_31().
3103 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)

Completed in 54 milliseconds