Searched refs:originValue_ (Results 1 - 12 of 12) sorted by relevance
/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_; member in OHOS::Ace::Framework::FormValue
|
/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() 70 if (originValue_ != nullptr) { in AttachRenderProperty() 71 property_->SetPropertyType(originValue_->GetPropertyType()); in AttachRenderProperty() 86 RSRenderPropertyBase::Marshalling(parcel, originValue_))) { in Marshalling() 105 if (!RSRenderPropertyBase::Unmarshalling(parcel, originValue_)) { in ParseParam() 108 if (originValue_ == nullptr) { in ParseParam() 109 ROSEN_LOGE("RSRenderPropertyAnimation::ParseParam, originValue_ is nullptr!"); in ParseParam() 112 lastValue_ = originValue_->Clone(); in ParseParam() 139 return originValue_; in GetOriginValue()
|
H A D | rs_render_spring_animation.cpp | 360 originValue_ = startValue_->Clone(); in InheritSpringStatus()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_property_animation.cpp | 50 return originValue_; in GetOriginValue() 81 originValue_ = GetPropertyValue(); in OnStart() 90 originValue_ = originValue->Clone(); in SetOriginValue() 98 startValue_ = originValue_->Clone(); in InitInterpolationValue() 99 endValue_ = originValue_ + byValue_; in InitInterpolationValue()
|
H A D | rs_property_animation.h | 68 std::shared_ptr<RSPropertyBase> originValue_ {};
|
H A D | rs_curve_animation.cpp | 83 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 | 140 originValue_->GetRenderProperty()); in OnStart()
|
H A D | rs_path_animation.cpp | 143 originValue_->GetRenderProperty(), startValue_->GetRenderProperty(), endValue_->GetRenderProperty(), in OnStart()
|
/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() local 118 T originValue_; member in OHOS::Ace::SvgAnimationMock
|
/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_; member in OHOS::Rosen::RSRenderPropertyAnimation
|
Completed in 11 milliseconds