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

Lines Matching refs:pixel_depth

353    info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
364 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth,width);