Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style.cpp114 void AppStyle::AddKeyFramesItemsInLoop(jerry_value_t objFrom, jerry_value_t objTo, AppStyle &newSty… in AddKeyFramesItemsInLoop() argument
116 if (jerry_value_is_null(objFrom) || jerry_value_is_null(objTo)) { in AddKeyFramesItemsInLoop()
119 jerry_value_t propKeysFrom = jerry_get_object_keys(objFrom); in AddKeyFramesItemsInLoop()
132 …propValueFrom = jerry_get_property(objFrom, propKeyFrom); // {\"translateX\":\"50px\"}, -5px, #f… in AddKeyFramesItemsInLoop()
H A Dapp_style.h83 …static void AddKeyFramesItemsInLoop(jerry_value_t objFrom, jerry_value_t objTo, AppStyle& newStyle…