Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp1067 auto loopOutDuration = jerry_function_external(_loopOutDuration); in _buildProperty() local
1068 jerry_object_set_sz(context, "loopOutDuration", loopOutDuration); in _buildProperty()
1069 jerry_object_set_native_ptr(loopOutDuration, nullptr, exp); in _buildProperty()
1070 jerry_value_free(loopOutDuration); in _buildProperty()