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

Method ClearScreen

source/common/2d/v_2ddrawer.cpp:1036–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036void F2DDrawer::ClearScreen(PalEntry color)
1037{
1038 AddColorOnlyQuad(0, 0, GetWidth(), GetHeight(), color);
1039}
1040
1041//==========================================================================
1042//

Callers 13

DrawBackgroundMethod · 0.45
DrawBackgroundMethod · 0.45
DrawBackgroundMethod · 0.45
EraseScreenFunction · 0.45
DrawViewFunction · 0.45
DrawBackgroundMethod · 0.45
DrawMethod · 0.45
DrawOverheadMapFunction · 0.45
DisplayFunction · 0.45
DrawContentsMethod · 0.45
DEFINE_ACTION_FUNCTIONFunction · 0.45
ScreenJobDrawFunction · 0.45

Calls 1

GetHeightFunction · 0.85

Tested by

no test coverage detected