Lines Matching refs:rowbytes
2740 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,final_width);
2782 _FullLength = row_info->rowbytes; // # of bytes to filter
3450 _FullLength = row_info->rowbytes; // # of bytes to filter
4503 _FullLength = row_info->rowbytes - bpp; // number of bytes to filter
4926 len = row_info->rowbytes; // number of bytes to filter
5141 png_debug1(0,"rowbytes=%8ld\n", row_info->rowbytes);
5154 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5165 png_uint_32 istop = row_info->rowbytes;
5183 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5194 png_uint_32 istop = row_info->rowbytes;
5211 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5226 png_uint_32 istop = row_info->rowbytes - bpp;
5249 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5265 png_uint_32 istop = row_info->rowbytes - bpp;