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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c217 png_crc_read(png_structp png_ptr, png_bytep buf, png_size_t length) function
239 png_crc_read(png_ptr, png_ptr->zbuf, png_ptr->zbuf_size);
244 png_crc_read(png_ptr, png_ptr->zbuf, i);
572 png_crc_read(png_ptr, buf, 13);
692 png_crc_read(png_ptr, buf, 3);
702 png_crc_read(png_ptr, buf, 3);
839 png_crc_read(png_ptr, buf, 4);
925 png_crc_read(png_ptr, buf, truelen);
993 png_crc_read(png_ptr, buf, 32);
1120 png_crc_read(png_pt
[all...]
H A Dpngpread.c314 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
854 png_crc_read(png_ptr, png_ptr->chunk_name, 4);
1357 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1456 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1659 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size);
1787 png_crc_read(png_ptr, (png_bytep)png_ptr->unknown_chunk.data, length);
H A Dpngpriv.h577 PNG_EXTERN void png_crc_read PNGARG((png_structp png_ptr, png_bytep buf,
H A Dpngread.c644 png_crc_read(png_ptr, png_ptr->zbuf,

Completed in 44 milliseconds