Home | History | Annotate | Download | only in libpng

Lines Matching refs:pixel_depth

1325    info_ptr->pixel_depth = (png_byte)(info_ptr->channels *
1328 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width);
1567 /* png_byte pixel_depth; bits per pixel (depth*channels) */
1575 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
1577 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1672 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
1845 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
2077 row_info->pixel_depth = 16;
2091 row_info->pixel_depth = 16;
2112 row_info->pixel_depth = 32;
2128 row_info->pixel_depth = 32;
2151 row_info->pixel_depth = 32;
2167 row_info->pixel_depth = 32;
2192 row_info->pixel_depth = 64;
2212 row_info->pixel_depth = 64;
2297 row_info->pixel_depth = (png_byte)(row_info->channels *
2299 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
2555 row_info->pixel_depth = (png_byte)(row_info->channels *
2557 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3489 row_info->pixel_depth = (png_byte)(row_info->channels *
3491 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
3783 row_info->pixel_depth = 8;
3807 row_info->pixel_depth = 32;
3826 row_info->pixel_depth = 24;
3937 row_info->pixel_depth = 8;
3983 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 1);
3984 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
4045 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 2);
4046 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4099 row_info->pixel_depth = row_info->bit_depth;
4100 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);
4128 row_info->pixel_depth = row_info->bit_depth;
4129 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width);