• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/

Lines Matching refs:rowbytes

1331    info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
1499 if (png_ptr->row_info.rowbytes == (png_uint_32)0)
1500 png_error(png_ptr, "png_do_dither returned rowbytes=0");
1566 /* png_uint_32 rowbytes; number of bytes in row */
1580 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1676 row_info->rowbytes = row_width * row_info->channels;
1736 png_uint_32 istop = row_info->rowbytes;
1750 png_uint_32 istop = row_info->rowbytes;
1849 row_info->rowbytes = row_info->width * row_info->channels;
1870 png_bytep sp = row + row_info->rowbytes;
1887 png_bytep sp = row + row_info->rowbytes;
1912 png_bytep sp = row + row_info->rowbytes;
1927 png_bytep sp = row + row_info->rowbytes;
1963 png_bytep sp = row + row_info->rowbytes;
1984 png_bytep sp = row + row_info->rowbytes;
2012 png_bytep sp = row + row_info->rowbytes;
2025 png_bytep sp = row + row_info->rowbytes;
2081 row_info->rowbytes = row_width * 2;
2095 row_info->rowbytes = row_width * 2;
2116 row_info->rowbytes = row_width * 4;
2132 row_info->rowbytes = row_width * 4;
2155 row_info->rowbytes = row_width * 4;
2171 row_info->rowbytes = row_width * 4;
2196 row_info->rowbytes = row_width * 8;
2216 row_info->rowbytes = row_width * 8;
2302 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
2560 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3494 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3787 row_info->rowbytes = row_width;
3811 row_info->rowbytes = row_width * 4;
3830 row_info->rowbytes = row_width * 3;
3941 row_info->rowbytes = row_width;
3965 sp = row + row_info->rowbytes - 1;
3966 dp = row + (row_info->rowbytes << 1) - 1;
3987 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
3998 sp = row + (png_size_t)row_info->rowbytes - 1;
4019 sp = row + row_info->rowbytes - 1;
4049 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4103 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4132 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);