Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
void Widget::Repaint()
291
{
292
Widget* w = Window();
293
w->DispCanvas->begin(WindowBackground);
294
w->Paint(w->DispCanvas.get());
295
w->DispCanvas->end();
296
}
297
298
void Widget::Paint(Canvas* canvas)
299
{
Callers
nothing calls this directly
Calls
4
Paint
Method · 0.80
begin
Method · 0.45
get
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected