MCPcopy 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
678void BitmapCanvas::end()
679{
680 window->PresentBitmap(width, height, pixels.data());
681}
682
683void BitmapCanvas::begin3d()
684{

Callers 11

FindEventWindowMethod · 0.45
Win32TimerCallbackFunction · 0.45
StopTimerMethod · 0.45
FindTextBlocksMethod · 0.45
PlaceLineSegmentsMethod · 0.45
RepaintMethod · 0.45
GetGlyphIndexMethod · 0.45
decodeMethod · 0.45
OnKeyDownMethod · 0.45
GetTotalLineHeightMethod · 0.45
OnKeyDownMethod · 0.45

Calls 2

PresentBitmapMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected