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

Lines Matching refs:pixel_depth

870    png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
873 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
880 png_debug1(3, "row_info->pixel_depth = %d\n", png_ptr->row_info.pixel_depth);