Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ _on_resize
Function
_on_resize
example/pathtest.cpp:30–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
EvasApp *APP;
29
30
static void
31
_on_resize(Ecore_Evas *ee)
32
{
33
int w, h;
34
ecore_evas_geometry_get(ee, NULL, NULL, &w, &h);
35
APP->resize(w, h);
36
}
37
38
class PathTest
39
{
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected