Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
Dpngpriv.h347 #ifndef PNG_INTERNAL_FUNCTION
348 # define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ macro
370 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY);
382 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY);
974 PNG_INTERNAL_FUNCTION(void, png_zstream_error,(png_structrp png_ptr, int ret),
981 PNG_INTERNAL_FUNCTION(void,png_free_buffer_list,(png_structrp png_ptr,
993 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
1000 PNG_INTERNAL_FUNCTION(int,png_user_version_check,(png_structrp png_ptr,
1007 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_base,(png_const_structrp png_ptr,
1015 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_array,(png_const_structrp png_ptr,
[all …]
DCHANGES3973 fix is to cause png.h to declare the functions with PNG_INTERNAL_FUNCTION
4172 of the changes to support symbol prefixing PNG_INTERNAL_FUNCTION declares
/third_party/skia/third_party/externals/libpng/scripts/
Dintprefix.c15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ macro