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

Lines Matching defs:png_save_int_32

32 /* The png_save_int_32 function assumes integers are stored in two's
37 png_save_int_32(png_bytep buf, png_int_32 i)
1554 png_save_int_32(buf, x_offset);
1555 png_save_int_32(buf + 4, y_offset);
1604 png_save_int_32(buf, X0);
1605 png_save_int_32(buf + 4, X1);