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

  /external/chromium_org/third_party/libpng/
png.h     [all...]
pngerror.c 25 png_default_error PNGARG((png_structp png_ptr,
29 png_default_warning PNGARG((png_structp png_ptr,
pngconf.h 310 #ifndef PNGARG
313 # define PNGARG(arglist) OF(arglist)
317 # define PNGARG(arglist) ()
322 # define PNGARG(arglist) arglist
328 #endif /* PNGARG */
    [all...]
png.c 833 PNG_EXTERN png_size_t PNGAPI png_convert_size PNGARG((size_t size));
  /external/libpng/
pngconf.h 111 /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
115 #ifndef PNGARG
116 # define PNGARG(arglist) arglist
323 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
341 # 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 493 png_voidp PNGCBAPI png_debug_malloc PNGARG((png_structp png_ptr,
495 void PNGCBAPI png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr));
    [all...]
png.h     [all...]

Completed in 712 milliseconds