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

Method addCallback

example/lottieview.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void RenderStrategy::addCallback(){
35 if (_useImage)
36 evas_object_image_pixels_get_callback_set(_renderObject, _image_update_cb, this);
37}
38
39static Eina_Bool
40animator(void *data , double pos)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected