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

Lines Matching refs:rowbytes

3221       row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,final_width);
3256 FullLength = row_info->rowbytes; // number of bytes to filter
4021 FullLength = row_info->rowbytes; // number of bytes to filter
5134 FullLength = row_info->rowbytes - bpp; // number of bytes to filter
5620 len = row_info->rowbytes; // number of bytes to filter
5792 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5807 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5822 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5838 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5858 png_debug1(0, "rowbytes=%ld\n", row_info->rowbytes);
5871 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5882 png_uint_32 istop = row_info->rowbytes;
5900 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5911 png_uint_32 istop = row_info->rowbytes;
5928 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5943 png_uint_32 istop = row_info->rowbytes - bpp;
5967 (row_info->rowbytes >= png_ptr->mmx_rowbytes_threshold))
5984 png_uint_32 istop = row_info->rowbytes - bpp;