Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void TriRect::SetRect( const ::Tr2Rect* c )
53
{
54
left = c->left;
55
top = c->top;
56
right = c->right;
57
bottom = c->bottom;
58
}
59
60
const ::Tr2Rect* TriRect::GetRect() const
61
{
Callers
11
CopyTextureIntoAtlas
Method · 0.80
UpdateMipMaps
Method · 0.80
CopyToTexture
Function · 0.80
LockBuffer
Method · 0.80
LockBufferAndMargin
Method · 0.80
EndUpdateAtlas
Method · 0.80
Execute
Method · 0.80
UpdateSubresource
Method · 0.80
CreateAndCopyFromRenderTarget
Method · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.64
TEST_F
Function · 0.64