MCPcopy Create free account
hub / github.com/Samsung/rlottie / resize

Method resize

example/evasapp.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void
110EvasApp::resize(int w, int h)
111{
112 evas_object_resize(mBackground, w, h);
113 mw = w;
114 mh = h;
115}
116
117void EvasApp::run()
118{

Callers 3

setSizeMethod · 0.45
_on_resizeFunction · 0.45
_on_resizeFunction · 0.45

Calls

no outgoing calls

Tested by 1

_on_resizeFunction · 0.36