Searched refs:png_read_init (Results 1 – 13 of 13) sorted by relevance
/external/libpng/scripts/ |
D | png32ce.def | 84 ; png_read_init is deprecated 85 png_read_init @77
|
D | pngw32.def | 86 ; png_read_init is deprecated 87 png_read_init @77
|
D | pngos2.def | 90 ; png_read_init ; deprecated
|
/external/chromium_org/third_party/libpng/ |
D | pngusr.h | 346 #undef png_read_init
|
D | pngread.c | 203 #undef png_read_init 205 png_read_init(png_structp png_ptr) in png_read_init() function
|
D | png.h | 3097 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/ |
D | pngread.c | 180 #undef png_read_init 182 png_read_init(png_structp png_ptr) in png_read_init() function
|
D | png.h | 2884 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/ |
D | pngread.c | 207 #undef png_read_init 209 png_read_init(png_structp png_ptr) in png_read_init() function
|
D | png.h | 3169 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
|
D | CHANGES | 100 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
|
D | libpng-1.2.46.txt | 2904 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
|
D | libpng-1.2.44.txt | 2904 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
|