Lines Matching refs:rowbytes
501 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
1794 (png_uint_32)(png_ptr->rowbytes + 1));
1808 (png_uint_32)(png_ptr->rowbytes + 1));
1815 (png_uint_32)(png_ptr->rowbytes + 1));
1822 (png_uint_32)(png_ptr->rowbytes + 1));
2130 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
2152 png_uint_32 row_bytes = row_info->rowbytes;
2781 png_ptr->zstream.avail_in = (uInt)png_ptr->row_info.rowbytes + 1;