Home
last modified time | relevance | path

Searched refs:perspectiveOperation_ (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h130 PerspectiveOperation perspectiveOperation_; member
143 return perspectiveOperation_ == other.perspectiveOperation_; in operator ==()
H A Dtransform_util.cpp273 ret.perspectiveOperation_ = PerspectiveOperation(); in Create()
311 ret.perspectiveOperation_ = in BlendInner()
312 PerspectiveOperation::Blend(to.perspectiveOperation_, from.perspectiveOperation_, progress); in BlendInner()
425 auto& perspective = operation.perspectiveOperation_; in ParseOperationToMatrix()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp150 EXPECT_EQ(result.perspectiveOperation_, PerspectiveOperation()); in HWTEST_F()
234 EXPECT_EQ(operations[4].perspectiveOperation_, PerspectiveOperation()); in HWTEST_F()
249 EXPECT_EQ(result.GetOperations()[4].perspectiveOperation_, PerspectiveOperation()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.cpp302 auto& perspective = effect.perspectiveOperation_; in ParseTransformEffect()
325 auto& perspective = effect.perspectiveOperation_; in ParseDimension()
H A Dtransform_component.cpp143 operation.perspectiveOperation_ = PerspectiveOperation(value); in Perspective()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp161 operation.perspectiveOperation_ = distance; in AddKeyframe()
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp109 renderTransformNode->Perspective(value.perspectiveOperation_.distance); in RenderTransformUpdate()
146 transformComponent->Perspective(value.perspectiveOperation_.distance); in TransformComponentUpdate()

Completed in 7 milliseconds