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

  /external/libpng/
pngwio.c 153 PNG_UNUSED(output_flush_fn)
pngmem.c 77 PNG_UNUSED(png_ptr)
pngerror.c 387 PNG_UNUSED(error_message)
400 PNG_UNUSED(error_message)
413 PNG_UNUSED(error_message)
524 PNG_UNUSED(error_message)
534 PNG_UNUSED(message)
752 PNG_UNUSED(error_message) /* Make compiler happy */
765 PNG_UNUSED(png_ptr)
766 PNG_UNUSED(val)
823 PNG_UNUSED(warning_message) /* Make compiler happy */
825 PNG_UNUSED(png_ptr) /* Make compiler happy *
    [all...]
pngpriv.h 407 #ifndef PNG_UNUSED
414 # define PNG_UNUSED(param) (void)param;
    [all...]
pngrutil.c     [all...]
pngtest.c 114 #ifndef PNG_UNUSED
115 # define PNG_UNUSED(param) (void)param;
223 PNG_UNUSED(png_ptr)
224 PNG_UNUSED(row_info)
225 PNG_UNUSED(data)
426 PNG_UNUSED(png_ptr) /* Stifle compiler warning */
    [all...]
  /external/pdfium/third_party/libpng16/
pngwio.c 153 PNG_UNUSED(output_flush_fn)
pngmem.c 80 PNG_UNUSED(png_ptr)
pngerror.c 387 PNG_UNUSED(error_message)
400 PNG_UNUSED(error_message)
413 PNG_UNUSED(error_message)
524 PNG_UNUSED(error_message)
534 PNG_UNUSED(message)
752 PNG_UNUSED(error_message) /* Make compiler happy */
765 PNG_UNUSED(png_ptr)
766 PNG_UNUSED(val)
823 PNG_UNUSED(warning_message) /* Make compiler happy */
825 PNG_UNUSED(png_ptr) /* Make compiler happy *
    [all...]
pngpriv.h 378 #ifndef PNG_UNUSED
385 # define PNG_UNUSED(param) (void)param;
    [all...]
pngrutil.c     [all...]
  /external/skia/third_party/libpng/
pngwio.c 153 PNG_UNUSED(output_flush_fn)
pngmem.c 77 PNG_UNUSED(png_ptr)
pngpriv.h 378 #ifndef PNG_UNUSED
385 # define PNG_UNUSED(param) (void)param;
    [all...]
pngrutil.c     [all...]
pngtest.c 114 #ifndef PNG_UNUSED
115 # define PNG_UNUSED(param) (void)param;
223 PNG_UNUSED(png_ptr)
224 PNG_UNUSED(row_info)
225 PNG_UNUSED(data)
426 PNG_UNUSED(png_ptr) /* Stifle compiler warning */
    [all...]

Completed in 769 milliseconds