Lines Matching refs:rowbytes
1907 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,final_width);
1938 FullLength = row_info->rowbytes; // # of bytes to filter
2373 FullLength = row_info->rowbytes; // # of bytes to filter
3266 FullLength = row_info->rowbytes - bpp; // # of bytes to filter
3352 // i < row_info->rowbytes; i++, rp++, lp++)
3565 len = row_info->rowbytes; // # of bytes to filter
3726 png_debug1(0,"len=%8d, ", row_info->rowbytes);
3739 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3749 png_uint_32 istop = row_info->rowbytes;
3768 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3778 png_uint_32 istop = row_info->rowbytes;
3796 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3810 png_uint_32 istop = row_info->rowbytes - bpp;
3834 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3849 png_uint_32 istop=row_info->rowbytes - bpp;