MCPcopy 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.hFile · 0.50
PushMethod · 0.50
PushArrayMethod · 0.50
PopMethod · 0.50
MapMethod · 0.50
set.hFile · 0.50
EmptyMethod · 0.50
RingBufferClass · 0.50
SetCapacityMethod · 0.50
EraseMethod · 0.50
FlattenUnorderedMethod · 0.50
FlattenMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected