Home
last modified time | relevance | path

Searched refs:fromSize (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()
86 width_.MoveTo(fromSize.Width()); in NotifySizeTransition()
87 height_.MoveTo(fromSize.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.cpp227 auto fromSize = from.size(); in AlignmentValues() local
230 if (fromSize == 0) { in AlignmentValues()
232 } else if (fromSize == 1) { in AlignmentValues()
239 if (fromSize == 0) { in AlignmentValues()
243 if (fromSize == 0) { in AlignmentValues()
245 } else if (fromSize == 1) { in AlignmentValues()
252 if (fromSize == 0) { in AlignmentValues()
254 } else if (fromSize < 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
1658 paintW_.MoveTo(fromSize.Width()); in NotifySizeTransition()
1659 paintH_.MoveTo(fromSize.Height()); in NotifySizeTransition()
1664 child->NotifySizeTransition(option, fromSize, toSize, nodeId); in NotifySizeTransition()
1816 Size fromSize = targetPaintRect_.GetSize(); in CreateGeometryTransitionFrom() local
1859 render->NotifySizeTransition(sharedOption, fromSize, toSize, render->GetNodeId()); in CreateGeometryTransitionFrom()
1881 Size fromSize = paintRect_.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.cpp441 auto fromSize = from.operations_.size(); in BlendInner() local
446 … const auto& fromTransformOperation = i >= fromSize ? TransformOperation() : from.operations_[i]; in BlendInner()
451 if (matchPrefix < std::max(fromSize, toSize)) { in BlendInner()