Searched refs:toSize (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape.cpp | 76 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 D | render_shape.h | 131 …void NotifySizeTransition(const AnimationOption& option, Size fromSize, Size toSize, int32_t nodeI…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_transform.cpp | 228 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 D | render_node.cpp | 1656 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 D | render_node.h | 1056 …virtual void NotifySizeTransition(const AnimationOption& option, Size fromSize, Size toSize, int32…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 442 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()
|