Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.h130 PerspectiveOperation perspectiveOperation_; member
143 return perspectiveOperation_ == other.perspectiveOperation_;
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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp150 EXPECT_EQ(result.perspectiveOperation_, PerspectiveOperation());
234 EXPECT_EQ(operations[4].perspectiveOperation_, PerspectiveOperation());
249 EXPECT_EQ(result.GetOperations()[4].perspectiveOperation_, PerspectiveOperation());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.cpp303 auto& perspective = effect.perspectiveOperation_; in ParseTransformEffect()
326 auto& perspective = effect.perspectiveOperation_; in ParseDimension()
H A Dtransform_component.cpp143 operation.perspectiveOperation_ = PerspectiveOperation(value); in Perspective()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp118 renderTransformNode->Perspective(value.perspectiveOperation_.distance); in RenderTransformUpdate()
155 transformComponent->Perspective(value.perspectiveOperation_.distance); in TransformComponentUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dtransform_convertor.cpp161 operation.perspectiveOperation_ = distance; in AddKeyframe()