Home
last modified time | relevance | path

Searched defs:animatableProperty (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp579 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<float>>(value); in IsNearEqual() local
591 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<Vector2f>>(val… in IsNearEqual() local
603 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<Quaternion>>(v… in IsNearEqual() local
615 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<Vector4f>>(val… in IsNearEqual() local
627 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<Matrix3f>>(val… in IsNearEqual() local
639 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<Color>>(value); in IsNearEqual() local
652 auto animatableProperty = in IsNearEqual() local
681 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<Vector4<Color>… in IsNearEqual() local
699 …auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<RRect>>(value); in IsNearEqual() local
711 auto animatableProperty = in IsEqual() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp271 …auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector2f>>(property_… in SetPathValue() local
280 …auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(property_… in SetPathValue() local
330 …auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector2f>>(GetOrigin… in UpdateVector2fPathValue() local
342 …auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(GetOrigin… in UpdateVector4fPathValue() local
H A Drs_animation_rate_decider.cpp114 …auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(property); in ProcessVector4f() local
130 …auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector2f>>(property); in ProcessVector2f() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h315 … auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<T>>(value); in Add() local
324 … auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<T>>(value); in Minus() local
339 … auto animatableProperty = std::static_pointer_cast<const RSRenderAnimatableProperty<T>>(value); in IsEqual() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h92 auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(property); in InitCurveAnimationValue() local
174 auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(property); in InitKeyframeAnimationValue() local
193 auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(property); in InitDurationKeyframeAnimationValue() local
404 auto animatableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<T>>(property); in InitRSSpringValueEstimator() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_modifier_demo.cpp127 auto animatableProperty = std::static_pointer_cast<RSAnimatableProperty<MyData>>(property_); in Draw() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp750 auto animatableProperty = AceType::DynamicCast<AnimatablePropertyFloat>(propertyBase); variable
781 auto animatableProperty = AceType::DynamicCast<AnimatablePropertyFloat>(propertyBase); variable