Function layout_2013::display_list::gradient::radial

source ยท
pub fn radial(
    style: &ComputedValues,
    size: Size2D<Au>,
    stops: &[GradientItem<Color, LengthPercentage>],
    shape: &EndingShape,
    center: &Position,
    _color_interpolation_method: &ColorInterpolationMethod,
    flags: GradientFlags,
) -> (RadialGradient, Vec<GradientStop>)