HomeSort by relevance Sort by last modified time
    Searched refs:PNGARG (Results 1 - 16 of 16) sorted by null

  /external/syslinux/com32/include/
png.h     [all...]
pngconf.h 310 #ifndef PNGARG
313 # define PNGARG(arglist) OF(arglist)
317 # define PNGARG(arglist) ()
322 # define PNGARG(arglist) arglist
328 #endif /* PNGARG */
    [all...]
  /external/libpng/
pngconf.h 89 /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
93 #ifndef PNGARG
94 # define PNGARG(arglist) arglist
301 PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
pngerror.c 23 static PNG_FUNCTION(void, png_default_error,PNGARG((png_const_structrp png_ptr,
28 png_default_warning PNGARG((png_const_structrp png_ptr,
pngtest.c 522 png_voidp PNGCBAPI png_debug_malloc PNGARG((png_structp png_ptr,
524 void PNGCBAPI png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
    [all...]
png.h     [all...]
  /external/pdfium/third_party/libpng16/
pngconf.h 89 /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
93 #ifndef PNGARG
94 # define PNGARG(arglist) arglist
301 PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
pngerror.c 23 static PNG_FUNCTION(void, png_default_error,PNGARG((png_const_structrp png_ptr,
28 png_default_warning PNGARG((png_const_structrp png_ptr,
png.h     [all...]
  /external/skia/third_party/libpng/
pngconf.h 89 /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
93 #ifndef PNGARG
94 # define PNGARG(arglist) arglist
301 PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
pngerror.c 23 static PNG_FUNCTION(void, png_default_error,PNGARG((png_const_structrp png_ptr,
28 png_default_warning PNGARG((png_const_structrp png_ptr,
pngtest.c 522 png_voidp PNGCBAPI png_debug_malloc PNGARG((png_structp png_ptr,
524 void PNGCBAPI png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
    [all...]
png.h     [all...]
  /external/syslinux/com32/lib/libpng/
pngerror.c 25 png_default_error PNGARG((png_structp png_ptr,
29 png_default_warning PNGARG((png_structp png_ptr,
pngtest.c 96 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
515 png_voidp png_debug_malloc PNGARG((png_structp png_ptr, png_uint_32 size));
516 void png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
    [all...]
png.c 833 PNG_EXTERN png_size_t PNGAPI png_convert_size PNGARG((size_t size));

Completed in 370 milliseconds