Home | History | Annotate | Download | only in libpng

Lines Matching refs:pixel_depth

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