Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:pixel_depth

1243    info_ptr->pixel_depth = (png_byte)(info_ptr->channels *
1246 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth,info_ptr->width);
1480 /* png_byte pixel_depth; bits per pixel (depth*channels) */
1488 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
1490 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
1582 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
1747 row_info->pixel_depth = (png_byte)(8 * row_info->channels);
1976 row_info->pixel_depth = 16;
1990 row_info->pixel_depth = 16;
2011 row_info->pixel_depth = 32;
2027 row_info->pixel_depth = 32;
2050 row_info->pixel_depth = 32;
2066 row_info->pixel_depth = 32;
2091 row_info->pixel_depth = 64;
2111 row_info->pixel_depth = 64;
2195 row_info->pixel_depth = (png_byte)(row_info->channels *
2197 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
2448 row_info->pixel_depth = (png_byte)(row_info->channels *
2450 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3366 row_info->pixel_depth = (png_byte)(row_info->channels *
3368 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3650 row_info->pixel_depth = 8;
3674 row_info->pixel_depth = 32;
3692 row_info->pixel_depth = 24;
3799 row_info->pixel_depth = 8;
3843 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 1);
3844 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
3905 row_info->pixel_depth = (png_byte)(row_info->bit_depth << 2);
3906 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3958 row_info->pixel_depth = row_info->bit_depth;
3959 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);
3987 row_info->pixel_depth = row_info->bit_depth;
3988 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,row_width);