pub fn round_rect_shape_params(
local_rect: Rect,
brush: &Brush,
radii: CornerRadii,
stroke: Option<Stroke>,
layer_bounds: Rect,
layer: &GraphicsLayer,
clip: Option<Rect>,
blend_mode: BlendMode,
motion_context_animated: bool,
) -> Option<ShapeDrawParams>Expand description
The DrawPrimitive::RoundRect arm of emit_draw_primitive; see
rect_shape_params.