Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp566 double dzVal = 0.0; in ParseJsRotate() local
569 GetDefaultRotateVector(dxVal, dyVal, dzVal); in ParseJsRotate()
573 Framework::JSViewAbstract::ParseJsDouble(jsObj->GetProperty("z"), dzVal); in ParseJsRotate()
577 rotate.zDirection = static_cast<float>(dzVal); in ParseJsRotate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp267 double dzVal = 0.0; in ParseJsRotate() local
275 GetDefaultRotateVector(dxVal, dyVal, dzVal); in ParseJsRotate()
279 JSViewAbstract::ParseJsDouble(jsRotateZ, dzVal); in ParseJsRotate()
283 rotate.zDirection = static_cast<float>(dzVal); in ParseJsRotate()