Lines Matching refs:pixel_depth

2125    info_ptr->pixel_depth = (png_byte)(info_ptr->channels *
2128 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
2237 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2439 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2467 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2703 row_info->pixel_depth = 16;
2718 row_info->pixel_depth = 16;
2741 row_info->pixel_depth = 32;
2758 row_info->pixel_depth = 32;
2782 row_info->pixel_depth = 32;
2799 row_info->pixel_depth = 32;
2826 row_info->pixel_depth = 64;
2848 row_info->pixel_depth = 64;
2938 row_info->pixel_depth = (png_byte)(row_info->channels *
2940 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3185 row_info->pixel_depth = (png_byte)(row_info->channels *
3187 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4303 row_info->pixel_depth = 8;
4342 row_info->pixel_depth = 32;
4369 row_info->pixel_depth = 24;
4483 row_info->pixel_depth = 8;
4535 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 1);
4536 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
4602 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 2);
4603 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4636 row_info->pixel_depth = (png_byte)(row_info->channels * 16);
4686 row_info->pixel_depth = row_info->bit_depth;
4687 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4717 row_info->pixel_depth = row_info->bit_depth;
4718 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
5026 /* png_byte pixel_depth; bits per pixel (depth*channels) */
5035 row_info->pixel_depth = (png_byte)(row_info->bit_depth *
5038 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width);