Searched refs:SetPropertyValue (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_property_animation.cpp | 52 void RSPropertyAnimation::SetPropertyValue(const std::shared_ptr<RSPropertyBase>& value) in SetPropertyValue() function in OHOS::Rosen::RSPropertyAnimation 128 SetPropertyValue(targetValue); in OnUpdateStagingValue() 144 SetPropertyValue(targetValue); in UpdateStagingValueOnInteractiveFinish()
|
H A D | rs_property_animation.h | 44 void SetPropertyValue(const std::shared_ptr<RSPropertyBase>& value);
|
H A D | rs_implicit_animator.h | 107 …void SetPropertyValue(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBa…
|
H A D | rs_implicit_animator.cpp | 496 void RSImplicitAnimator::SetPropertyValue( in SetPropertyValue() function in OHOS::Rosen::RSImplicitAnimator 537 SetPropertyValue(property, endValue); in CreateImplicitAnimation()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | property_handle_util.h | 55 bool SetPropertyValue( in SetPropertyValue() function 67 bool SetPropertyValue(IPropertyHandle& handle, BASE_NS::string_view propertyName, T&& propertyValue) in SetPropertyValue() function 71 return SetPropertyValue(handle, propertyName, propertyType, BASE_NS::forward<T>(propertyValue)); in SetPropertyValue()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_property_animation.cpp | 110 void RSRenderPropertyAnimation::SetPropertyValue(const std::shared_ptr<RSRenderPropertyBase>& value) in SetPropertyValue() function in OHOS::Rosen::RSRenderPropertyAnimation 150 SetPropertyValue(animationValue); in SetAnimationValue() 176 SetPropertyValue(backwardValue); in OnRemoveOnCompletion()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.h | 90 CORE_NS::SetPropertyValue<T>(*this, propertyName, propertyValue); in RENDER_BEGIN_NAMESPACE() 179 CORE_NS::SetPropertyValue<T>(*this, propertyName, propertyValue); in SetValue()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_property_animation.h | 51 void SetPropertyValue(const std::shared_ptr<RSRenderPropertyBase>& value);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.h | 90 return CORE_NS::SetPropertyValue(*this, propertyName, BASE_NS::forward<T>(propertyValue)); in CORE3D_BEGIN_NAMESPACE()
|