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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c61 /* The png_save_int_32 function assumes integers are stored in two's
68 png_save_int_32(png_bytep buf, png_int_32 i) function
1875 png_save_int_32(buf, x_offset);
1876 png_save_int_32(buf + 4, y_offset);
1925 png_save_int_32(buf, X0);
1926 png_save_int_32(buf + 4, X1);
H A Dpng.h2561 PNG_EXPORT(206, void, png_save_int_32, (png_bytep buf, png_int_32 i));

Completed in 43 milliseconds