Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:rowbytes

1915       row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,final_width);
1949 FullLength = row_info->rowbytes; // # of bytes to filter
2388 FullLength = row_info->rowbytes; // # of bytes to filter
3285 FullLength = row_info->rowbytes - bpp; // # of bytes to filter
3371 // i < row_info->rowbytes; i++, rp++, lp++)
3584 len = row_info->rowbytes; // # of bytes to filter
3745 png_debug1(0,"len=%8d, ", row_info->rowbytes);
3758 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3768 png_uint_32 istop = row_info->rowbytes;
3787 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3797 png_uint_32 istop = row_info->rowbytes;
3815 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3829 png_uint_32 istop = row_info->rowbytes - bpp;
3853 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
3868 png_uint_32 istop=row_info->rowbytes - bpp;