Home
last modified time | relevance | path

Searched refs:PNG_DEPRECATED (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpngconf.h1563 # ifndef PNG_DEPRECATED
1564 # define PNG_DEPRECATED __attribute__((__deprecated__)) macro
1581 #ifndef PNG_DEPRECATED
1582 # define PNG_DEPRECATED /* Use of this function is deprecated */ macro
Dpng.h1641 extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, int num)) PNG_DEPRECATED;
1700 PNG_DEPRECATED;
1748 png_ptr)) PNG_DEPRECATED;
1876 int empty_plte_permitted)) PNG_DEPRECATED;
1953 png_infop end_info_ptr)) PNG_DEPRECATED;
1960 extern void png_write_destroy PNGARG((png_structp png_ptr)) PNG_DEPRECATED;
2270 png_voidp s1, png_voidp s2, png_uint_32 size)) PNG_DEPRECATED;
2273 png_voidp s1, int value, png_uint_32 size)) PNG_DEPRECATED;
3170 PNG_DEPRECATED;
3189 PNG_DEPRECATED;
DCHANGES2562 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
2579 Marked deprecated function prototypes with PNG_DEPRECATED.
2636 Marked png_memcpy_check() and png_memset_check() PNG_DEPRECATED.