Home
last modified time | relevance | path

Searched refs:png_read_init (Results 1 – 13 of 13) sorted by relevance

/external/libpng/scripts/
Dpng32ce.def84 ; png_read_init is deprecated
85 png_read_init @77
Dpngw32.def86 ; png_read_init is deprecated
87 png_read_init @77
Dpngos2.def90 ; png_read_init ; deprecated
/external/chromium_org/third_party/libpng/
Dpngusr.h346 #undef png_read_init
Dpngread.c203 #undef png_read_init
205 png_read_init(png_structp png_ptr) in png_read_init() function
Dpng.h3097 extern PNG_EXPORT(void,png_read_init) PNGARG((png_structp png_ptr))
3099 #undef png_read_init
3100 #define png_read_init(png_ptr) png_read_init_3(&png_ptr, \ macro
/external/qemu/distrib/libpng-1.2.19/
Dpngread.c180 #undef png_read_init
182 png_read_init(png_structp png_ptr) in png_read_init() function
Dpng.h2884 extern PNG_EXPORT(void,png_read_init) PNGARG((png_structp png_ptr));
2885 #undef png_read_init
2886 #define png_read_init(png_ptr) png_read_init_3(&png_ptr, \ macro
/external/libpng/
Dpngread.c207 #undef png_read_init
209 png_read_init(png_structp png_ptr) in png_read_init() function
Dpng.h3169 extern PNG_EXPORT(void,png_read_init) PNGARG((png_structp png_ptr))
3171 #undef png_read_init
3172 #define png_read_init(png_ptr) png_read_init_3(&png_ptr, \ macro
DCHANGES100 malloc and png_read_init(), png_info_init(), and png_write_init()
754 code to check these modes in png_read_init() and png_write_init() and
759 Overloaded png_read_init() and png_write_init() with macros that convert
1374 Comment out with #ifdef/#endif png_info_init in png.c and png_read_init
Dlibpng-1.2.46.txt2904 The old libpng functions png_read_init(), png_write_init(),
2922 png_read_init() as was suggested in libpng-0.88 is no longer supported
2925 to set the error callbacks AFTER png_read_init(), or to change them with
Dlibpng-1.2.44.txt2904 The old libpng functions png_read_init(), png_write_init(),
2922 png_read_init() as was suggested in libpng-0.88 is no longer supported
2925 to set the error callbacks AFTER png_read_init(), or to change them with