MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / draw

Method draw

canvas/src/context.rs:346–348  ·  view source on GitHub ↗
(&mut self, d: Draw)

Source from the content-addressed store, hash-verified

344impl GraphicsContext for Vec<Draw> {
345 #[inline]
346 fn draw(&mut self, d: Draw) {
347 self.push(d);
348 }
349}

Callers 15

start_frameMethod · 0.45
show_frameMethod · 0.45
reset_frameMethod · 0.45
new_pathMethod · 0.45
move_toMethod · 0.45
line_toMethod · 0.45
bezier_curve_toMethod · 0.45
close_pathMethod · 0.45
fillMethod · 0.45
strokeMethod · 0.45
line_widthMethod · 0.45
line_width_pixelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected