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

/external/libpng/
H A Dpngwutil.c1400 png_save_int_32(buf, xy->whitex);
1401 png_save_int_32(buf + 4, xy->whitey);
1403 png_save_int_32(buf + 8, xy->redx);
1404 png_save_int_32(buf + 12, xy->redy);
1406 png_save_int_32(buf + 16, xy->greenx);
1407 png_save_int_32(buf + 20, xy->greeny);
1409 png_save_int_32(buf + 24, xy->bluex);
1410 png_save_int_32(buf + 28, xy->bluey);
1783 png_save_int_32(buf, x_offset);
1784 png_save_int_32(bu
[all...]
H A Dpng.h2705 PNG_EXPORT(206, void, png_save_int_32, (png_bytep buf, png_int_32 i));
H A Dpng.c674 /* The png_save_int_32 function assumes integers are stored in two's
681 png_save_int_32(png_bytep buf, png_int_32 i) function
/external/chromium_org/third_party/libpng/
H A Dpngusr.h358 #define png_save_int_32 wk_png_save_int_32 macro
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);
H A Dpng.h2883 extern PNG_EXPORT(void,png_save_int_32)
/external/qemu/distrib/libpng-1.2.46/
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);
H A Dpng.h2955 extern PNG_EXPORT(void,png_save_int_32)

Completed in 99 milliseconds