MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / paint

Method paint

src/RendererBase.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void RendererBase::paint(const std::shared_ptr<Frame> & frame)
25{
26 if (frame)
27 this->render(frame->GetImage());
28}

Callers 1

runMethod · 0.80

Calls 2

renderMethod · 0.80
GetImageMethod · 0.80

Tested by

no test coverage detected