Searched refs:stream_idat_position (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpngstruct.h154 png_uint_32 stream_idat_position; member in struct:png_line_index_struct
170 png_uint_32 stream_idat_position; member in struct:png_index_struct
H A Dpngread.c731 png_set_read_offset(png_ptr, line_index->stream_idat_position,
772 index->stream_idat_position = png_ptr->total_data_read - IDAT_HEADER_SIZE;
806 line_index->stream_idat_position = index->stream_idat_position;
H A Dpngrutil.c3990 png_ptr->index->stream_idat_position = png_ptr->total_data_read;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c751 png_ptr->index->stream_idat_position = png_ptr->total_data_read;
967 png_set_read_offset(png_ptr, line_index->stream_idat_position,
1008 index->stream_idat_position = png_ptr->total_data_read - IDAT_HEADER_SIZE;
1043 line_index->stream_idat_position = index->stream_idat_position;
H A Dpng.h786 png_uint_32 stream_idat_position; member in struct:png_line_index_struct
802 png_uint_32 stream_idat_position; member in struct:png_index_struct

Completed in 75 milliseconds