HomeSort by relevance Sort by last modified time
    Searched refs:stream_idat_position (Results 1 - 5 of 5) sorted by null

  /external/libpng/
pngstruct.h 154 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
pngread.c 731 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;
    [all...]
pngrutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngread.c 751 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;
    [all...]
png.h 786 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
    [all...]

Completed in 455 milliseconds