Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ end
Method
end
libraries/ZWidget/src/core/canvas.cpp:678–681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
676
}
677
678
void BitmapCanvas::end()
679
{
680
window->PresentBitmap(width, height, pixels.data());
681
}
682
683
void BitmapCanvas::begin3d()
684
{
Callers
11
FindEventWindow
Method · 0.45
Win32TimerCallback
Function · 0.45
StopTimer
Method · 0.45
FindTextBlocks
Method · 0.45
PlaceLineSegments
Method · 0.45
Repaint
Method · 0.45
GetGlyphIndex
Method · 0.45
decode
Method · 0.45
OnKeyDown
Method · 0.45
GetTotalLineHeight
Method · 0.45
OnKeyDown
Method · 0.45
Calls
2
PresentBitmap
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected