Home | History | Annotate | Download | only in libpng

Lines Matching refs:pixel_depth

908    png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
911 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
918 png_debug1(3, "row_info->pixel_depth = %d", png_ptr->row_info.pixel_depth);