Searched refs:png_write_init (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngwrite.c604 #undef png_write_init macro
606 png_write_init(png_structp png_ptr) function
685 "Application uses deprecated png_write_init() and should be recompiled.");
H A Dpng.h3188 extern PNG_EXPORT(void,png_write_init) PNGARG((png_structp png_ptr))
3190 #undef png_write_init macro
3191 #define png_write_init(png_ptr) png_write_init_3(&png_ptr, \ macro
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwrite.c565 #undef png_write_init macro
567 png_write_init(png_structp png_ptr) function
644 "Application uses deprecated png_write_init() and should be recompiled.");
H A Dpng.h2902 extern PNG_EXPORT(void,png_write_init) PNGARG((png_structp png_ptr));
2903 #undef png_write_init macro
2904 #define png_write_init(png_ptr) png_write_init_3(&png_ptr, \ macro

Completed in 108 milliseconds