Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
using namespace rlottie;
26
27
static void
28
_image_update_cb(void *data, Evas_Object *obj EINA_UNUSED)
29
{
30
RenderStrategy *info = (RenderStrategy *)data;
31
info->dataCb();
32
}
33
34
void RenderStrategy::addCallback(){
35
if (_useImage)
Callers
nothing calls this directly
Calls
1
dataCb
Method · 0.80
Tested by
no test coverage detected