Home
last modified time | relevance | path

Searched refs:toSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape.cpp76 void RenderShape::NotifySizeTransition(const AnimationOption& option, Size fromSize, Size toSize, i… in NotifySizeTransition() argument
78 RenderNode::NotifySizeTransition(option, fromSize, toSize, nodeId); in NotifySizeTransition()
88 width_ = AnimatableDimension(toSize.Width()); in NotifySizeTransition()
89 height_ = AnimatableDimension(toSize.Height()); in NotifySizeTransition()
H A Drender_shape.h131 …void NotifySizeTransition(const AnimationOption& option, Size fromSize, Size toSize, int32_t nodeI…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_transform.cpp228 auto toSize = to.size(); in AlignmentValues() local
235 if (toSize == 1) { in AlignmentValues()
248 if (toSize == 1) { in AlignmentValues()
257 if (toSize < 3) { in AlignmentValues()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp1656 void RenderNode::NotifySizeTransition(const AnimationOption& option, Size fromSize, Size toSize, in… in NotifySizeTransition() argument
1660 paintW_ = AnimatableDimension(toSize.Width()); in NotifySizeTransition()
1661 paintH_ = AnimatableDimension(toSize.Height()); in NotifySizeTransition()
1664 child->NotifySizeTransition(option, fromSize, toSize, nodeId); in NotifySizeTransition()
1815 Size toSize = paintRect_.GetSize(); in CreateGeometryTransitionFrom() local
1859 render->NotifySizeTransition(sharedOption, fromSize, toSize, render->GetNodeId()); in CreateGeometryTransitionFrom()
1882 Size toSize = targetPaintRect_.GetSize(); in CreateGeometryTransitionTo() local
1925 render->NotifySizeTransition(sharedOption, fromSize, toSize, render->GetNodeId()); in CreateGeometryTransitionTo()
H A Drender_node.h1056 …virtual void NotifySizeTransition(const AnimationOption& option, Size fromSize, Size toSize, int32…
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp442 auto toSize = operations_.size(); in BlendInner() local
447 const auto& toTransformOperation = i >= toSize ? TransformOperation() : operations_[i]; in BlendInner()
451 if (matchPrefix < std::max(fromSize, toSize)) { in BlendInner()