Function layout_2020::display_list::gradient::build_conic

source ยท
fn build_conic(
    style: &ComputedValues,
    angle: Angle,
    center: &Position,
    _color_interpolation_method: ColorInterpolationMethod,
    items: &[GradientItem<Color, AngleOrPercentage>],
    flags: GradientFlags,
    gradient_box: Size2D<f32, LayoutPixel>,
    builder: &mut DisplayListBuilder<'_>,
) -> WebRenderGradient
Expand description