Home
last modified time | relevance | path

Searched refs:rotateOperation_ (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h129 RotateOperation rotateOperation_; member
146 return rotateOperation_ == other.rotateOperation_; in operator ==()
H A Dtransform_util.cpp267 ret.rotateOperation_ = RotateOperation(); in Create()
298 ret.rotateOperation_ = RotateOperation::Blend(to.rotateOperation_, from.rotateOperation_, progress); in BlendInner()
420 auto& rotate = operation.rotateOperation_; in ParseOperationToMatrix()
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp98 renderTransformNode->Rotate(value.rotateOperation_.angle, value.rotateOperation_.dx, in RenderTransformUpdate()
99 value.rotateOperation_.dy, value.rotateOperation_.dz); in RenderTransformUpdate()
135 transformComponent->Rotate(value.rotateOperation_.dx, value.rotateOperation_.dy, in TransformComponentUpdate()
136 value.rotateOperation_.dz, value.rotateOperation_.angle); in TransformComponentUpdate()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp140 EXPECT_EQ(result.rotateOperation_, RotateOperation()); in HWTEST_F()
231 EXPECT_EQ(operations[3].rotateOperation_, RotateOperation()); in HWTEST_F()
248 EXPECT_EQ(result.GetOperations()[3].rotateOperation_, RotateOperation()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp124 rotation.rotateOperation_ = RotateOperation(0.0f, 0.0f, 1.0f, position.rotate); in Evaluate()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp101 operation.rotateOperation_ = RotateOperation(dx, dy, dz, angle); in Rotate()
183 operation.rotateOperation_ = RotateOperation(x, y, z, angle); in SetRotateTransition()
H A Drosen_render_transform.cpp248 auto& rotate = transform.rotateOperation_; in OnRSTransition()
H A Drender_transform.cpp294 auto& rotate = effect.rotateOperation_; in ParseTransformEffect()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp143 operation.rotateOperation_ = rotate; in AddKeyframe()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1019 const auto& rotate = operation.rotateOperation_; in GetRotate()

Completed in 10 milliseconds