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

Method show_frame

canvas/src/context.rs:29–29  ·  view source on GitHub ↗

Displays any requested queued after 'StartFrame'

(&mut self)

Source from the content-addressed store, hash-verified

27
28 /// Displays any requested queued after 'StartFrame'
29 fn show_frame(&mut self) { self.draw(Draw::ShowFrame); }
30
31 /// Resets the frame count back to 0 (for when regenerating the state of a canvas)
32 fn reset_frame(&mut self) { self.draw(Draw::ResetFrame); }

Callers 2

drawMethod · 0.80

Implementers 3

font_line_layout.rscanvas/src/font_line_layout.rs
context.rscanvas/src/context.rs
canvas.rscanvas/src/canvas.rs

Calls 1

drawMethod · 0.45

Tested by 1