Skip to main content

paint_tree

Function paint_tree 

Source
pub fn paint_tree(
    canvas: &Canvas,
    root: &BoxNode,
    layout: &LayoutResult,
    frame: &PaintFrame,
    dispatcher: &dyn PaintDispatcher,
)
Expand description

Paint a fully-laid-out box tree onto a Skia canvas.