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

Function _image_update_cb

example/lottieview.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace rlottie;
26
27static void
28_image_update_cb(void *data, Evas_Object *obj EINA_UNUSED)
29{
30 RenderStrategy *info = (RenderStrategy *)data;
31 info->dataCb();
32}
33
34void RenderStrategy::addCallback(){
35 if (_useImage)

Callers

nothing calls this directly

Calls 1

dataCbMethod · 0.80

Tested by

no test coverage detected