Searched refs:png_crc_read (Results 1 - 8 of 8) sorted by relevance

/external/libpng/
H A Dpngrutil.c139 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);
469 png_crc_read(png_ptr, buf, 13);
587 png_crc_read(png_ptr, buf, 3);
597 png_crc_read(png_ptr, buf, 3);
729 png_crc_read(png_ptr, buf, 4);
811 png_crc_read(png_ptr, buf, truelen);
879 png_crc_read(png_ptr, buf, 32);
995 png_crc_read(png_pt
[all...]
H A Dpngpread.c230 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
756 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
1248 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1348 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1548 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1675 png_crc_read(png_ptr, (png_bytep)png_ptr->unknown_chunk.data, length);
H A Dpngread.c765 png_crc_read(png_ptr, png_ptr->zbuf,
H A Dpng.h3275 PNG_EXTERN void png_crc_read PNGARG((png_structp png_ptr, png_bytep buf,
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c97 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_pt
[all...]
H A Dpngpread.c215 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
678 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
1099 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1197 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1388 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1499 png_crc_read(png_ptr, (png_bytep)png_ptr->unknown_chunk.data, length);
H A Dpngread.c416 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
714 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
722 png_crc_read(png_ptr, png_ptr->zbuf,
994 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
H A Dpng.h2979 PNG_EXTERN void png_crc_read PNGARG((png_structp png_ptr, png_bytep buf,

Completed in 105 milliseconds