MCPcopy Create free account
hub / github.com/MyGUI/mygui / _getViewWidth

Function _getViewWidth

MyGUIEngine/include/MyGUI_ICroppedRectangle.h:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 return mCoord.bottom() - mMargin.bottom;
147 }
148 int _getViewWidth() const
149 {
150 return mCoord.width - mMargin.left - mMargin.right;
151 }
152 int _getViewHeight() const
153 {
154 return mCoord.height - mMargin.top - mMargin.bottom;

Callers 5

_updateViewMethod · 0.85
_updateViewMethod · 0.85
_updateViewMethod · 0.85
_updateViewMethod · 0.85
_updateViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected