MCPcopy 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
110static void
111onResizeCb(void *data, void */*extra*/)
112{
113 UxSampleTest *view = (UxSampleTest *)data;
114 view->resize();
115}
116
117int
118main(int argc, char **argv)

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected