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

Function on_pre_render

example/evasapp.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static void
62on_pre_render(Ecore_Evas *ee)
63{
64 EvasApp *app = (EvasApp *)ecore_evas_data_get(ee, "app");
65 if (app->mRenderPreCb)
66 app->mRenderPreCb(app->mRenderPreData, nullptr);
67}
68
69static void
70on_post_render(Ecore_Evas *ee)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected