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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c115 png_get_int_32)(png_const_bytep buf) function
1845 offset_x = png_get_int_32(buf);
1846 offset_y = png_get_int_32(buf + 4);
1924 X0 = png_get_int_32((png_bytep)buf+1);
1925 X1 = png_get_int_32((png_bytep)buf+5);
H A DCHANGES689 Define png_get_int_32 when oFFs chunk is supported as well as when pCAL is.
1621 png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
1633 Made png_get_int_32 and png_save_int_32 always available (Cosmin).
2972 Revised png_get_int_32 to undo the PNG two's complement representation of
2976 Added a typecast in png_get_int_32() in png.h and pngrutil.h to avoid
2986 Revised png_get_int_16() to be similar to png_get_int_32().
3103 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
H A Dpng.h2549 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));
2575 * The png_get_int_32() routine assumes we are using two's complement
2592 # define png_get_int_32(buf) \ macro

Completed in 54 milliseconds