Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ SetWidth
Method
SetWidth
trinityal/tests/BitmapDimensions.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
m_format = format;
22
}
23
void SetWidth( uint32_t width )
24
{
25
m_width = width;
26
}
27
void SetHeight( uint32_t height )
28
{
29
m_height = height;
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected