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

Method TextureClipper

ogsr_engine/xrGame/ui/UIStatic.cpp:361–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void CUIStatic::TextureClipper(float offset_x, float offset_y, Frect* pClipRect) { TextureClipper(offset_x, offset_y, pClipRect, m_UIStaticItem); }
362
363void CUIStatic::TextureClipper(float offset_x, float offset_y, Frect* pClipRect, CUIStaticItem& UIStaticItem)
364{

Callers

nothing calls this directly

Calls 8

GetParentFunction · 0.85
GetAbsoluteRectMethod · 0.80
SetRectMethod · 0.80
intersectionMethod · 0.80
GetOriginalRectScaledMethod · 0.80
setMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected