MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / width

Method width

ogsr_engine/xrCore/_rect.h:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 IC void getsize(Tvector& sz) const { sz.sub(rb, lt); }
154
155 IC T width() const { return rb.x - lt.x; }
156 IC T height() const { return rb.y - lt.y; }
157
158 IC SelfRef shrink(T x, T y)

Callers 15

GetOriginalRectScaledMethod · 0.45
load_sharedMethod · 0.45
SetOriginalRectExMethod · 0.45
ApplyZoomMethod · 0.45
LoadMethod · 0.45
DrawMethod · 0.45
UpdateSizeMethod · 0.45
InitTextureMethod · 0.45
UpdateSizeMethod · 0.45
UIMiniMapZoomFunction · 0.45
DrawTextureMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected