Searched refs:PNG_DEPRECATED (Results 1 – 11 of 11) sorted by relevance
/external/libpng/ |
D | pngconf.h | 375 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__) 376 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro 401 # ifndef PNG_DEPRECATED 402 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro 432 # ifndef PNG_DEPRECATED 433 # define PNG_DEPRECATED __declspec(deprecated) macro 451 #ifndef PNG_DEPRECATED 452 # define PNG_DEPRECATED /* Use of this function is deprecated */ macro
|
D | pngmem.c | 187 PNG_ALLOCATED PNG_DEPRECATED) 243 png_free_default,(png_const_structrp png_ptr, png_voidp ptr),PNG_DEPRECATED)
|
D | png.h | 1091 PNG_EXPORTA(10, int, png_reset_zstream, (png_structrp png_ptr), PNG_DEPRECATED); 1135 png_size_t png_info_struct_size), PNG_DEPRECATED); 1157 png_const_timep ptime),PNG_DEPRECATED); 1931 png_alloc_size_t size), PNG_ALLOCATED PNG_DEPRECATED); 1933 png_voidp ptr), PNG_DEPRECATED); 2569 PNG_DEPRECATED)
|
D | pngpriv.h | 240 #ifndef PNG_DEPRECATED 241 # define PNG_DEPRECATED macro
|
D | png.c | 400 PNG_DEPRECATED)
|
D | CHANGES | 2461 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and 4158 Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pngconf.h | 375 # ifndef PNG_DEPRECATED 376 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro 406 # ifndef PNG_DEPRECATED 407 # define PNG_DEPRECATED __declspec(deprecated) macro 425 #ifndef PNG_DEPRECATED 426 # define PNG_DEPRECATED /* Use of this function is deprecated */ macro
|
D | fx_pngmem.c | 194 PNG_ALLOCATED PNG_DEPRECATED) 250 png_free_default,(png_const_structrp png_ptr, png_voidp ptr),PNG_DEPRECATED)
|
D | png.h | 1325 PNG_EXPORTA(10, int, png_reset_zstream, (png_structrp png_ptr), PNG_DEPRECATED); 1369 png_size_t png_info_struct_size), PNG_DEPRECATED); 1391 png_const_timep ptime),PNG_DEPRECATED); 2201 png_inforp info_ptr, int freer, png_uint_32 mask), PNG_DEPRECATED); 2226 png_alloc_size_t size), PNG_ALLOCATED PNG_DEPRECATED); 2228 png_voidp ptr), PNG_DEPRECATED); 2855 PNG_DEPRECATED)
|
D | pngpriv.h | 194 #ifndef PNG_DEPRECATED 195 # define PNG_DEPRECATED macro
|
D | fx_png.c | 394 PNG_DEPRECATED)
|