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

/external/libpng/
H A Dpngwutil.c32 /* 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) function
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);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c28 /* 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) function
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);

Completed in 31 milliseconds