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

  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
pngerror.c 21 png_default_error PNGARG((png_structp png_ptr,
25 png_default_warning PNGARG((png_structp png_ptr,
pngconf.h 272 #ifndef PNGARG
275 # define PNGARG(arglist) OF(arglist)
279 # define PNGARG(arglist) ()
284 # define PNGARG(arglist) arglist
290 #endif /* PNGARG */
    [all...]
png.c 886 PNG_EXTERN png_size_t PNGAPI png_convert_size PNGARG((size_t size));
  /external/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 314 #ifndef PNGARG
317 # define PNGARG(arglist) OF(arglist)
321 # define PNGARG(arglist) ()
326 # define PNGARG(arglist) arglist
332 #endif /* PNGARG */
    [all...]
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 32 milliseconds