Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:png_save_int_32

28 /* The png_save_int_32 function assumes integers are stored in two's
33 png_save_int_32(png_bytep buf, png_int_32 i)
1528 png_save_int_32(buf, x_offset);
1529 png_save_int_32(buf + 4, y_offset);
1575 png_save_int_32(buf, X0);
1576 png_save_int_32(buf + 4, X1);