MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetRect

Method SetRect

trinity/TriRect.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void TriRect::SetRect( const ::Tr2Rect* c )
53{
54 left = c->left;
55 top = c->top;
56 right = c->right;
57 bottom = c->bottom;
58}
59
60const ::Tr2Rect* TriRect::GetRect() const
61{

Callers 11

CopyTextureIntoAtlasMethod · 0.80
UpdateMipMapsMethod · 0.80
CopyToTextureFunction · 0.80
LockBufferMethod · 0.80
LockBufferAndMarginMethod · 0.80
EndUpdateAtlasMethod · 0.80
ExecuteMethod · 0.80
UpdateSubresourceMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64