Searched refs:PNG_DEPRECATED (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A 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
|
A D | pngmem.c | 190 PNG_ALLOCATED PNG_DEPRECATED) 246 png_free_default,(png_const_structrp png_ptr, png_voidp ptr),PNG_DEPRECATED)
|
A D | png.h | 968 PNG_EXPORTA(10, int, png_reset_zstream, (png_structrp png_ptr), PNG_DEPRECATED); 1012 size_t png_info_struct_size), PNG_DEPRECATED); 1034 png_const_timep ptime),PNG_DEPRECATED); 1767 png_alloc_size_t size), PNG_ALLOCATED PNG_DEPRECATED); 1769 png_voidp ptr), PNG_DEPRECATED); 2416 PNG_DEPRECATED)
|
A D | pngpriv.h | 331 #ifndef PNG_DEPRECATED 332 # define PNG_DEPRECATED macro
|
A D | png.c | 425 PNG_DEPRECATED)
|
A D | CHANGES | 2469 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and 4168 Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A 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
|
A D | png.h | 968 PNG_EXPORTA(10, int, png_reset_zstream, (png_structrp png_ptr), PNG_DEPRECATED); 1012 size_t png_info_struct_size), PNG_DEPRECATED); 1034 png_const_timep ptime),PNG_DEPRECATED); 1767 png_alloc_size_t size), PNG_ALLOCATED PNG_DEPRECATED); 1769 png_voidp ptr), PNG_DEPRECATED); 2416 PNG_DEPRECATED)
|
Completed in 30 milliseconds