Home
last modified time | relevance | path

Searched refs:thisComp (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp1259 jerry_object_set_sz(thisComp, EXP_WIDTH, width); in buildComp()
1263 jerry_object_set_sz(thisComp, EXP_HEIGHT, height); in buildComp()
1267 jerry_object_set_sz(thisComp, "duration", duration); in buildComp()
1274 jerry_object_set_sz(thisComp, "frameDuration", frameDuration); in buildComp()
1283 jerry_object_set_sz(thisComp, EXP_NAME, name); in buildComp()
1299 thisComp = jerry_object(); in buildGlobal()
1300 jerry_object_set_native_ptr(thisComp, &freeCb, _expcontent(nullptr, 0.0f, nullptr)); in buildGlobal()
1301 jerry_object_set_sz(global, "thisComp", thisComp); in buildGlobal()
1338 buildComp(thisComp, frameNo, exp->layer->comp, exp); in evaluate()
1377 jerry_value_free(thisComp); in ~LottieExpressions()
DtvgLottieExpressions.h150 jerry_value_t thisComp; member