Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ onResizeCb
Function
onResizeCb
example/uxsampletest.cpp:110–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
static void
111
onResizeCb(void *data, void */*extra*/)
112
{
113
UxSampleTest *view = (UxSampleTest *)data;
114
view->resize();
115
}
116
117
int
118
main(int argc, char **argv)
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected