MCPcopy Create free account
hub / github.com/ddnet/ddnet / PixelSize

Method PixelSize

src/game/client/ui.cpp:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458float CUi::PixelSize()
459{
460 return Screen()->w / Graphics()->ScreenWidth();
461}
462
463void CUi::ClipEnable(const CUIRect *pRect)
464{

Callers 3

LoadSkinDataMethod · 0.45
DetermineBloodColorFunction · 0.45
RenderDemoPlayerMethod · 0.45

Calls 2

GraphicsFunction · 0.85
ScreenWidthMethod · 0.80

Tested by

no test coverage detected