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

Method Draw

ogsr_engine/xrGame/UIFrameRect.cpp:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void CUIFrameRect::Draw()
167{
168 if (!uFlags.is(flValidSize))
169 UpdateSize();
170
171 for (int k = 0; k < fmMax; ++k)
172 if (m_itm_mask.test(u16(1 << k)))
173 frame[k].Render();
174}
175
176void CUIFrameRect::Update() {}
177

Callers

nothing calls this directly

Calls 5

fis_zeroFunction · 0.85
DrawFunction · 0.85
isMethod · 0.80
testMethod · 0.45
RenderMethod · 0.45

Tested by

no test coverage detected