Lines Matching refs:rowbytes
481 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
1760 (png_ptr->rowbytes + 1));
1774 (png_ptr->rowbytes + 1));
1781 (png_ptr->rowbytes + 1));
1788 (png_ptr->rowbytes + 1));
2096 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
2116 png_uint_32 row_bytes = row_info->rowbytes;
2731 png_ptr->zstream.avail_in = (uInt)png_ptr->row_info.rowbytes + 1;