Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void
110
EvasApp::resize(int w, int h)
111
{
112
evas_object_resize(mBackground, w, h);
113
mw = w;
114
mh = h;
115
}
116
117
void EvasApp::run()
118
{
Callers
3
setSize
Method · 0.45
_on_resize
Function · 0.45
_on_resize
Function · 0.45
Calls
no outgoing calls
Tested by
1
_on_resize
Function · 0.36