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

Method run

example/evasapp.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void EvasApp::run()
118{
119 resize(mw, mh);
120 ecore_main_loop_begin();
121 ecore_evas_shutdown();
122}
123
124static bool isJsonFile(const char *filename) {
125 const char *dot = strrchr(filename, '.');

Callers 5

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36