Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.h152 jerry_value_t thisProperty; member
DtvgLottieExpressions.cpp1306 thisProperty = jerry_object(); in buildGlobal()
1307 jerry_object_set_sz(global, "thisProperty", thisProperty); in buildGlobal()
1348 jerry_object_set_native_ptr(thisProperty, nullptr, exp->property); in evaluate()
1349 _buildProperty(frameNo, thisProperty, exp); in evaluate()
1375 jerry_value_free(thisProperty); in ~LottieExpressions()