Lines Matching refs:rowbytes
1328 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
1496 if (png_ptr->row_info.rowbytes == (png_uint_32)0)
1497 png_error(png_ptr, "png_do_dither returned rowbytes=0");
1563 /* png_uint_32 rowbytes; number of bytes in row */
1577 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1673 row_info->rowbytes = row_width * row_info->channels;
1733 png_uint_32 istop = row_info->rowbytes;
1747 png_uint_32 istop = row_info->rowbytes;
1846 row_info->rowbytes = row_info->width * row_info->channels;
1867 png_bytep sp = row + row_info->rowbytes;
1884 png_bytep sp = row + row_info->rowbytes;
1909 png_bytep sp = row + row_info->rowbytes;
1924 png_bytep sp = row + row_info->rowbytes;
1960 png_bytep sp = row + row_info->rowbytes;
1981 png_bytep sp = row + row_info->rowbytes;
2009 png_bytep sp = row + row_info->rowbytes;
2022 png_bytep sp = row + row_info->rowbytes;
2078 row_info->rowbytes = row_width * 2;
2092 row_info->rowbytes = row_width * 2;
2113 row_info->rowbytes = row_width * 4;
2129 row_info->rowbytes = row_width * 4;
2152 row_info->rowbytes = row_width * 4;
2168 row_info->rowbytes = row_width * 4;
2193 row_info->rowbytes = row_width * 8;
2213 row_info->rowbytes = row_width * 8;
2299 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
2557 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3491 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3784 row_info->rowbytes = row_width;
3808 row_info->rowbytes = row_width * 4;
3827 row_info->rowbytes = row_width * 3;
3938 row_info->rowbytes = row_width;
3962 sp = row + row_info->rowbytes - 1;
3963 dp = row + (row_info->rowbytes << 1) - 1;
3984 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
3995 sp = row + (png_size_t)row_info->rowbytes - 1;
4016 sp = row + row_info->rowbytes - 1;
4046 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4100 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4129 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);