• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/

Lines Matching refs:rowbytes

1160    info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth,info_ptr->width);
1310 if(png_ptr->row_info.rowbytes == (png_uint_32)0)
1311 png_error(png_ptr, "png_do_dither returned rowbytes=0");
1377 /* png_uint_32 rowbytes; number of bytes in row */
1391 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1484 row_info->rowbytes = row_width * row_info->channels;
1543 png_uint_32 istop = row_info->rowbytes;
1556 png_uint_32 istop = row_info->rowbytes;
1649 row_info->rowbytes = row_info->width * row_info->channels;
1669 png_bytep sp = row + row_info->rowbytes;
1686 png_bytep sp = row + row_info->rowbytes;
1711 png_bytep sp = row + row_info->rowbytes;
1726 png_bytep sp = row + row_info->rowbytes;
1761 png_bytep sp = row + row_info->rowbytes;
1782 png_bytep sp = row + row_info->rowbytes;
1810 png_bytep sp = row + row_info->rowbytes;
1823 png_bytep sp = row + row_info->rowbytes;
1878 row_info->rowbytes = row_width * 2;
1892 row_info->rowbytes = row_width * 2;
1913 row_info->rowbytes = row_width * 4;
1929 row_info->rowbytes = row_width * 4;
1952 row_info->rowbytes = row_width * 4;
1968 row_info->rowbytes = row_width * 4;
1993 row_info->rowbytes = row_width * 8;
2013 row_info->rowbytes = row_width * 8;
2098 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
2351 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3269 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3552 row_info->rowbytes = row_width;
3576 row_info->rowbytes = row_width * 4;
3594 row_info->rowbytes = row_width * 3;
3701 row_info->rowbytes = row_width;
3721 sp = row + row_info->rowbytes - 1;
3722 dp = row + (row_info->rowbytes << 1) - 1;
3743 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
3751 sp = row + (png_size_t)row_info->rowbytes - 1;
3768 sp = row + row_info->rowbytes - 1;
3798 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3851 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3880 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);