MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / draw

Method draw

src/Screens/DrawingProgramScreen.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void DrawingProgramScreen::draw(SkCanvas* canvas) {
31 main.draw_world(canvas, main.world, main.world->drawData);
32}
33
34void DrawingProgramScreen::input_add_file_to_canvas_callback(const CustomEvents::AddFileToCanvasEvent& addFile) {
35 main.world->input_add_file_to_canvas_callback(addFile);

Callers

nothing calls this directly

Calls 1

draw_worldMethod · 0.80

Tested by

no test coverage detected