Lines Matching refs:rowbytes
1296 * and it is called before the 'rowbytes' calculation is done, so the code
2128 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
2136 png_ptr->info_rowbytes = info_ptr->rowbytes;
2238 row_info->rowbytes = row_width * row_info->channels;
2314 png_bytep bp_end = bp + row_info->rowbytes;
2329 png_bytep bp_end = bp + row_info->rowbytes;
2347 png_bytep bp_end = bp + row_info->rowbytes;
2365 png_bytep bp_end = bp + row_info->rowbytes;
2397 png_bytep ep = sp + row_info->rowbytes; /* end+1 */
2440 row_info->rowbytes = row_info->width * row_info->channels;
2458 png_bytep ep = sp + row_info->rowbytes; /* end+1 */
2468 row_info->rowbytes = row_info->width * row_info->channels;
2486 png_bytep sp = row + row_info->rowbytes;
2505 png_bytep sp = row + row_info->rowbytes;
2532 png_bytep sp = row + row_info->rowbytes;
2549 png_bytep sp = row + row_info->rowbytes;
2582 png_bytep sp = row + row_info->rowbytes;
2605 png_bytep sp = row + row_info->rowbytes;
2634 png_bytep sp = row + row_info->rowbytes;
2649 png_bytep sp = row + row_info->rowbytes;
2704 row_info->rowbytes = row_width * 2;
2719 row_info->rowbytes = row_width * 2;
2742 row_info->rowbytes = row_width * 4;
2759 row_info->rowbytes = row_width * 4;
2783 row_info->rowbytes = row_width * 4;
2800 row_info->rowbytes = row_width * 4;
2827 row_info->rowbytes = row_width * 8;
2849 row_info->rowbytes = row_width * 8;
2940 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3187 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4304 row_info->rowbytes = row_width;
4343 row_info->rowbytes = row_width * 4;
4370 row_info->rowbytes = row_width * 3;
4484 row_info->rowbytes = row_width;
4511 sp = row + row_info->rowbytes - 1;
4512 dp = row + (row_info->rowbytes << 1) - 1;
4536 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
4548 sp = row + (size_t)row_info->rowbytes - 1;
4571 sp = row + row_info->rowbytes - 1;
4603 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4627 png_byte *sp = row + row_info->rowbytes; /* source, last byte + 1 */
4628 png_byte *dp = sp + row_info->rowbytes; /* destination, end + 1 */
4634 row_info->rowbytes *= 2;
4687 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4718 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4936 if (row_info->rowbytes == 0)
4937 png_error(png_ptr, "png_do_quantize returned rowbytes=0");
5022 /* size_t rowbytes; number of bytes in row */
5038 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width);