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

  /external/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...]
  /external/pdfium/third_party/lpng_v163/
pngmem.c 87 PNG_UNUSED(png_ptr)
pngwutil.c     [all...]
pngpriv.h 303 #ifndef PNG_UNUSED
310 # define PNG_UNUSED(param) (void)param;
    [all...]
pngrutil.c     [all...]
  /external/opencv3/3rdparty/libpng/
pngpriv.h 214 #ifndef PNG_UNUSED
221 # define PNG_UNUSED(param) (void)param;
    [all...]
pngrutil.c 762 PNG_UNUSED(info_ptr) /* Quiet compiler warnings about unused info_ptr */
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 214 #ifndef PNG_UNUSED
221 # define PNG_UNUSED(param) (void)param;
    [all...]

Completed in 1051 milliseconds