Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Size
Class
Size
engine/profiler/src/profiler_render.cpp:380–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
};
379
380
struct Size
381
{
382
Size(int w, int h)
383
: w(w)
384
, h(h)
385
{
386
}
387
int w;
388
int h;
389
};
390
391
struct Area
392
{
Callers
12
array.h
File · 0.50
Push
Method · 0.50
PushArray
Method · 0.50
Pop
Method · 0.50
Map
Method · 0.50
set.h
File · 0.50
Empty
Method · 0.50
RingBuffer
Class · 0.50
SetCapacity
Method · 0.50
Erase
Method · 0.50
FlattenUnordered
Method · 0.50
Flatten
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected