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

Function _on_resize

example/pathtest.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28EvasApp *APP;
29
30static void
31_on_resize(Ecore_Evas *ee)
32{
33 int w, h;
34 ecore_evas_geometry_get(ee, NULL, NULL, &w, &h);
35 APP->resize(w, h);
36}
37
38class PathTest
39{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected