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

  /external/chromium_org/third_party/libpng/
pngrutil.c 139 png_crc_read(png_structp png_ptr, png_bytep buf, png_size_t length) function
160 png_crc_read(png_ptr, png_ptr->zbuf, png_ptr->zbuf_size);
164 png_crc_read(png_ptr, png_ptr->zbuf, i);
459 png_crc_read(png_ptr, buf, 13);
577 png_crc_read(png_ptr, buf, 3);
587 png_crc_read(png_ptr, buf, 3);
719 png_crc_read(png_ptr, buf, 4);
801 png_crc_read(png_ptr, buf, truelen);
869 png_crc_read(png_ptr, buf, 32);
985 png_crc_read(png_ptr, buf, 1)
    [all...]
pngusr.h 149 #define png_crc_read wk_png_crc_read macro
  /external/libpng/
pngrutil.c 139 png_crc_read(png_structp png_ptr, png_bytep buf, png_size_t length) function
161 png_crc_read(png_ptr, png_ptr->zbuf, png_ptr->zbuf_size);
165 png_crc_read(png_ptr, png_ptr->zbuf, i);
475 png_crc_read(png_ptr, buf, 13);
593 png_crc_read(png_ptr, buf, 3);
603 png_crc_read(png_ptr, buf, 3);
735 png_crc_read(png_ptr, buf, 4);
817 png_crc_read(png_ptr, buf, truelen);
885 png_crc_read(png_ptr, buf, 32);
1001 png_crc_read(png_ptr, buf, 1)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 97 png_crc_read(png_structp png_ptr, png_bytep buf, png_size_t length) function
116 png_crc_read(png_ptr, png_ptr->zbuf, png_ptr->zbuf_size);
120 png_crc_read(png_ptr, png_ptr->zbuf, i);
366 png_crc_read(png_ptr, buf, 13);
478 png_crc_read(png_ptr, buf, 3);
488 png_crc_read(png_ptr, buf, 3);
619 png_crc_read(png_ptr, buf, 4);
701 png_crc_read(png_ptr, buf, truelen);
769 png_crc_read(png_ptr, buf, 4);
772 png_crc_read(png_ptr, buf, 4)
    [all...]

Completed in 461 milliseconds