Lines Matching refs:rowbytes
1250 * and it is called before the 'rowbytes' calculation is done, so the code
2059 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
2067 png_ptr->info_rowbytes = info_ptr->rowbytes;
2264 if (row_info->rowbytes == 0)
2265 png_error(png_ptr, "png_do_quantize returned rowbytes=0");
2350 /* png_size_t rowbytes; number of bytes in row */
2366 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width);
2465 row_info->rowbytes = row_width * row_info->channels;
2541 png_bytep bp_end = bp + row_info->rowbytes;
2556 png_bytep bp_end = bp + row_info->rowbytes;
2574 png_bytep bp_end = bp + row_info->rowbytes;
2592 png_bytep bp_end = bp + row_info->rowbytes;
2624 png_bytep ep = sp + row_info->rowbytes; /* end+1 */
2667 row_info->rowbytes = row_info->width * row_info->channels;
2685 png_bytep ep = sp + row_info->rowbytes; /* end+1 */
2695 row_info->rowbytes = row_info->width * row_info->channels;
2713 png_bytep sp = row + row_info->rowbytes;
2732 png_bytep sp = row + row_info->rowbytes;
2759 png_bytep sp = row + row_info->rowbytes;
2776 png_bytep sp = row + row_info->rowbytes;
2810 png_bytep sp = row + row_info->rowbytes;
2833 png_bytep sp = row + row_info->rowbytes;
2862 png_bytep sp = row + row_info->rowbytes;
2877 png_bytep sp = row + row_info->rowbytes;
2932 row_info->rowbytes = row_width * 2;
2947 row_info->rowbytes = row_width * 2;
2970 row_info->rowbytes = row_width * 4;
2987 row_info->rowbytes = row_width * 4;
3011 row_info->rowbytes = row_width * 4;
3028 row_info->rowbytes = row_width * 4;
3055 row_info->rowbytes = row_width * 8;
3077 row_info->rowbytes = row_width * 8;
3168 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3415 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4581 row_info->rowbytes = row_width;
4607 row_info->rowbytes = row_width * 4;
4627 row_info->rowbytes = row_width * 3;
4742 row_info->rowbytes = row_width;
4769 sp = row + row_info->rowbytes - 1;
4770 dp = row + (row_info->rowbytes << 1) - 1;
4793 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
4804 sp = row + (png_size_t)row_info->rowbytes - 1;
4827 sp = row + row_info->rowbytes - 1;
4859 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4884 png_byte *sp = row + row_info->rowbytes; /* source, last byte + 1 */
4885 png_byte *dp = sp + row_info->rowbytes; /* destination, end + 1 */
4889 row_info->rowbytes *= 2;
4942 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4973 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);