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

Method EvasApp

example/evasapp.cpp:81–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 _on_delete(mEcoreEvas);
80}
81EvasApp::EvasApp(int w, int h)
82{
83 if (!ecore_evas_init())
84 return;
85 mw = w;
86 mh = h;
87 //setenv("ECORE_EVAS_ENGINE", "opengl_x11", 1);
88 mEcoreEvas = ecore_evas_new(NULL, 0, 0, mw, mh, NULL);
89 if (!mEcoreEvas) return;
90}
91
92void
93EvasApp::setup()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected