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

  /external/chromium_org/third_party/libpng/
pngrutil.c 167 if (png_crc_error(png_ptr))
190 png_crc_error(png_structp png_ptr) function
607 else if (png_crc_error(png_ptr)) /* Only if we have a CRC error */
    [all...]
pngusr.h 147 #define png_crc_error wk_png_crc_error macro
  /external/libpng/
pngrutil.c 168 if (png_crc_error(png_ptr))
207 png_crc_error(png_structp png_ptr) function
623 else if (png_crc_error(png_ptr)) /* Only if we have a CRC error */
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 123 if (png_crc_error(png_ptr))
145 png_crc_error(png_structp png_ptr) function
507 else if (png_crc_error(png_ptr)) /* Only if we have a CRC error */
    [all...]

Completed in 29 milliseconds