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

Method Demo

example/demo.cpp:34–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33public:
34 Demo(EvasApp *app, std::string &filePath) {
35 Demo1(app, filePath);
36 Demo2(app, filePath);
37 Demo3(app, filePath);
38 Demo4(app, filePath);
39 Demo5(app, filePath);
40 Demo6(app, filePath);
41 Demo7(app, filePath);
42 Demo8(app, filePath);
43 }
44 void Demo1(EvasApp *app, std::string &filePath) {
45 /* Fill Color */
46 view1.reset(new LottieView(app->evas()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected