Searched refs:irowbytes (Results 1 – 5 of 5) sorted by relevance
302 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes; in png_push_read_chunk()799 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes; in png_process_IDAT_data()1042 png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, in png_read_push_finish_row()
3911 png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, in png_read_finish_row()4040 png_ptr->irowbytes = (png_size_t)row_bytes; in png_read_start_row()4041 if((png_uint_32)png_ptr->irowbytes != row_bytes) in png_read_start_row()4048 png_ptr->irowbytes = png_ptr->rowbytes + 1; in png_read_start_row()4185 png_debug1(3, "irowbytes = %lu,\n", png_ptr->irowbytes); in png_read_start_row()
699 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes; in png_read_row()
1167 png_uint_32 irowbytes; /* size of current interlaced row in bytes */ member
1343 png_size_t irowbytes PNG_DEPSTRUCT;