Searched refs:originValue_ (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_property_animation.cpp | 28 originValue_(originValue->Clone()), lastValue_(originValue->Clone()) in RSRenderPropertyAnimation() 63 if (originValue_ != nullptr) { in AttachRenderProperty() 64 property_->SetPropertyType(originValue_->GetPropertyType()); in AttachRenderProperty() 79 RSRenderPropertyBase::Marshalling(parcel, originValue_))) { in Marshalling() 98 if (!RSRenderPropertyBase::Unmarshalling(parcel, originValue_)) { in ParseParam() 101 if (originValue_ == nullptr) { in ParseParam() 105 lastValue_ = originValue_->Clone(); in ParseParam() 132 return originValue_; in GetOriginValue()
|
H A D | rs_render_spring_animation.cpp | 350 originValue_ = startValue_->Clone(); in InheritSpringStatus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | form_value.h | 49 value_ = originValue_; in Reset() 64 return originValue_; in GetOriginValue() 68 originValue_ = originValue; in SetOriginValue() 79 if (value_ == originValue_) { in SetValue() 125 std::string originValue_; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_property_animation.cpp | 49 return originValue_; in GetOriginValue() 80 originValue_ = GetPropertyValue(); in OnStart() 89 originValue_ = originValue->Clone(); in SetOriginValue() 97 startValue_ = originValue_->Clone(); in InitInterpolationValue() 98 endValue_ = originValue_ + byValue_; in InitInterpolationValue()
|
H A D | rs_property_animation.h | 66 std::shared_ptr<RSPropertyBase> originValue_ {};
|
H A D | rs_curve_animation.cpp | 85 …originValue_->GetRenderProperty(), startValue_->GetRenderProperty(), endValue_->GetRenderProperty(… in OnStart()
|
H A D | rs_interpolating_spring_animation.cpp | 74 …originValue_->GetRenderProperty(), startValue_->GetRenderProperty(), endValue_->GetRenderProperty(… in OnStart()
|
H A D | rs_spring_animation.cpp | 75 …originValue_->GetRenderProperty(), startValue_->GetRenderProperty(), endValue_->GetRenderProperty(… in OnStart()
|
H A D | rs_keyframe_animation.cpp | 142 originValue_->GetRenderProperty()); in OnStart()
|
H A D | rs_path_animation.cpp | 148 …originValue_->GetRenderProperty(), startValue_->GetRenderProperty(), endValue_->GetRenderProperty(… in OnStart()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/ |
H A D | svg_animate_test.cpp | 65 originValue_ = originValue; in SvgAnimationMock() 66 currentValue_ = originValue_; in SvgAnimationMock() 84 svgAnimate_->CreatePropertyAnimate(std::move(callback), originValue_, animator_); in CreatePropertyAnimate() 118 T originValue_; member in OHOS::Ace::SvgAnimationMock
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_property_animation.h | 77 std::shared_ptr<RSRenderPropertyBase> originValue_; variable
|