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

Method loadFromFile

example/lottieview.h:415–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 EflVgRenderStrategy(Evas *evas):RenderStrategy(evas_object_vg_add(evas), false) {}
414
415 void loadFromFile(const char *filePath) {
416 evas_object_vg_file_set(renderObject(), filePath, NULL);
417 }
418
419 void loadFromData(const std::string&, const std::string&, const std::string&) {
420 assert(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected