Lines Matching refs:pixel_depth

2111    info_ptr->pixel_depth = (png_byte)(info_ptr->channels *
2114 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
2223 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2425 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2453 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2690 row_info->pixel_depth = 16;
2705 row_info->pixel_depth = 16;
2728 row_info->pixel_depth = 32;
2745 row_info->pixel_depth = 32;
2769 row_info->pixel_depth = 32;
2786 row_info->pixel_depth = 32;
2813 row_info->pixel_depth = 64;
2835 row_info->pixel_depth = 64;
2925 row_info->pixel_depth = (png_byte)(row_info->channels *
2927 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3174 row_info->pixel_depth = (png_byte)(row_info->channels *
3176 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4290 row_info->pixel_depth = 8;
4316 row_info->pixel_depth = 32;
4336 row_info->pixel_depth = 24;
4451 row_info->pixel_depth = 8;
4503 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 1);
4504 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
4570 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 2);
4571 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4603 row_info->pixel_depth = (png_byte)(row_info->channels * 16);
4653 row_info->pixel_depth = row_info->bit_depth;
4654 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4684 row_info->pixel_depth = row_info->bit_depth;
4685 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4982 /* png_byte pixel_depth; bits per pixel (depth*channels) */
4991 row_info->pixel_depth = (png_byte)(row_info->bit_depth *
4994 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width);