MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Width2D

Method Width2D

engine/Poseidon/Graphics/Core/Engine.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113int Engine::Width2D() const
114{
115 return toInt((_aspectSettings.uiBottomRightX - _aspectSettings.uiTopLeftX) * Width());
116}
117
118int Engine::Height2D() const
119{

Callers 15

DrawConnectionQualityFunction · 0.45
DrawMPTableMethod · 0.45
DrawMethod · 0.45
DrawNetworkStatisticsFunction · 0.45
OnDrawMethod · 0.45
OnDrawMethod · 0.45
DrawCursorMethod · 0.45
OnDrawMethod · 0.45
PrecalculateMethod · 0.45
DrawTargetInfoMethod · 0.45
DrawCursorMethod · 0.45
DrawFrameFunction · 0.45

Calls 2

WidthFunction · 0.85
toIntFunction · 0.50

Tested by

no test coverage detected