Searched refs:ParseJsRotate (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 259 void ParseJsRotate(const JSRef<JSVal>& jsValue, NG::RotateOptions& rotate, std::optional<float>& an… in ParseJsRotate() function 613 ParseJsRotate(effectOption, rotate, angle); in ParseChainedRotateTransition() 1793 ParseJsRotate(jsVal, rotate, angle); in JsRotate() 1910 ParseJsRotate(jsObj->GetProperty("rotate"), rotate, angle); in ParseJsTransition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 557 void ParseJsRotate( in ParseJsRotate() function 604 ParseJsRotate(effectOption, rotate, angle); in ParseChainedRotateTransition() 805 ParseJsRotate(jsObj->GetProperty("rotate"), rotate, angle); in ParseJsTransition()
|