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

Method draw

src/MainProgram.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void MainProgram::draw(SkCanvas* canvas) {
318 screen->draw(canvas);
319 g.draw(canvas, conf.antialiasing == GlobalConfig::AntiAliasing::SKIA);
320}
321
322sk_sp<SkSurface> MainProgram::create_native_surface(Vector2i resolution, bool isMSAA) {
323 if(window.canCreateSurfaces) {

Callers 1

draw_worldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected