Searched refs:PNG_DEPRECATED (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngconf.h | 353 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__) 354 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro 379 # ifndef PNG_DEPRECATED 380 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro 410 # ifndef PNG_DEPRECATED 411 # define PNG_DEPRECATED __declspec(deprecated) macro 429 #ifndef PNG_DEPRECATED 430 # define PNG_DEPRECATED /* Use of this function is deprecated */ macro
|
D | pngmem.c | 193 PNG_ALLOCATED PNG_DEPRECATED) 249 png_free_default,(png_const_structrp png_ptr, png_voidp ptr),PNG_DEPRECATED)
|
D | png.h | 1003 PNG_EXPORTA(10, int, png_reset_zstream, (png_structrp png_ptr), PNG_DEPRECATED); 1047 png_size_t png_info_struct_size), PNG_DEPRECATED); 1069 png_const_timep ptime),PNG_DEPRECATED); 1801 png_alloc_size_t size), PNG_ALLOCATED PNG_DEPRECATED); 1803 png_voidp ptr), PNG_DEPRECATED); 2439 PNG_DEPRECATED)
|
D | pngpriv.h | 278 #ifndef PNG_DEPRECATED 279 # define PNG_DEPRECATED macro
|
D | png.c | 405 PNG_DEPRECATED)
|
/external/libpng/ |
D | pngconf.h | 353 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__) 354 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro 379 # ifndef PNG_DEPRECATED 380 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro 410 # ifndef PNG_DEPRECATED 411 # define PNG_DEPRECATED __declspec(deprecated) macro 429 #ifndef PNG_DEPRECATED 430 # define PNG_DEPRECATED /* Use of this function is deprecated */ macro
|
D | pngmem.c | 190 PNG_ALLOCATED PNG_DEPRECATED) 246 png_free_default,(png_const_structrp png_ptr, png_voidp ptr),PNG_DEPRECATED)
|
D | png.h | 999 PNG_EXPORTA(10, int, png_reset_zstream, (png_structrp png_ptr), PNG_DEPRECATED); 1043 png_size_t png_info_struct_size), PNG_DEPRECATED); 1065 png_const_timep ptime),PNG_DEPRECATED); 1798 png_alloc_size_t size), PNG_ALLOCATED PNG_DEPRECATED); 1800 png_voidp ptr), PNG_DEPRECATED); 2447 PNG_DEPRECATED)
|
D | pngpriv.h | 322 #ifndef PNG_DEPRECATED 323 # define PNG_DEPRECATED macro
|
D | png.c | 425 PNG_DEPRECATED)
|
D | CHANGES | 2470 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and 4169 Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
|