MCPcopy Create free account
hub / github.com/ZDoom/Raze / Repaint

Method Repaint

libraries/ZWidget/src/core/widget.cpp:290–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void Widget::Repaint()
291{
292 Widget* w = Window();
293 w->DispCanvas->begin(WindowBackground);
294 w->Paint(w->DispCanvas.get());
295 w->DispCanvas->end();
296}
297
298void Widget::Paint(Canvas* canvas)
299{

Callers

nothing calls this directly

Calls 4

PaintMethod · 0.80
beginMethod · 0.45
getMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected