Searched defs:png_get_int_32 (Results 1 - 2 of 2) 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 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 122 milliseconds