/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_animation_manager_test.cpp | 229 PropertyId propertyId = 0; variable 243 PropertyId propertyId = 0; variable 257 PropertyId propertyId = 0; variable 271 PropertyId propertyId = 0; variable 285 PropertyId propertyId = 0; variable 299 PropertyId propertyId = 0; variable 313 PropertyId propertyId = 0; variable 327 PropertyId propertyId = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_manager.cpp | 238 void RSAnimationManager::RegisterSpringAnimation(PropertyId propertyId, AnimationId animId) in RegisterSpringAnimation() 243 void RSAnimationManager::UnregisterSpringAnimation(PropertyId propertyId, AnimationId animId) in UnregisterSpringAnimation() 251 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation() 260 void RSAnimationManager::RegisterPathAnimation(PropertyId propertyId, AnimationId animId) in RegisterPathAnimation() 265 void RSAnimationManager::UnregisterPathAnimation(PropertyId propertyId, AnimationId animId) in UnregisterPathAnimation() 273 std::shared_ptr<RSRenderAnimation> RSAnimationManager::QueryPathAnimation(PropertyId propertyId) in QueryPathAnimation() 282 void RSAnimationManager::RegisterParticleAnimation(PropertyId propertyId, AnimationId animId) in RegisterParticleAnimation() 287 void RSAnimationManager::UnregisterParticleAnimation(PropertyId propertyId, AnimationId animId) in UnregisterParticleAnimation()
|
H A D | rs_animation_trace_utils.cpp | 142 …const uint64_t propertyId, const uint64_t animationId, const int animationType, const int property… in addAnimationCreateTrace() 158 const uint64_t animationId, const uint64_t propertyId, const float fraction, in addAnimationFrameTrace() 169 void RSAnimationTraceUtils::addSpringInitialVelocityTrace(const uint64_t propertyId, const uint64_t… in addSpringInitialVelocityTrace()
|
H A D | rs_render_particle_animation.cpp | 30 RSRenderParticleAnimation::RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderParticleAnimation() 150 auto propertyId = GetPropertyId(); in OnDetach() local
|
H A D | rs_render_spring_animation.cpp | 35 RSRenderSpringAnimation::RSRenderSpringAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderSpringAnimation() 184 auto propertyId = GetPropertyId(); in OnAttach() local 245 auto propertyId = GetPropertyId(); in OnDetach() local
|
H A D | rs_render_path_animation.cpp | 26 RSRenderPathAnimation::RSRenderPathAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderPathAnimation() 243 auto propertyId = GetPropertyId(); in OnAttach() local 263 auto propertyId = GetPropertyId(); in OnDetach() local
|
H A D | rs_render_curve_animation.cpp | 24 RSRenderCurveAnimation::RSRenderCurveAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderCurveAnimation()
|
H A D | rs_render_property_animation.cpp | 26 RSRenderPropertyAnimation::RSRenderPropertyAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderPropertyAnimation()
|
H A D | rs_render_keyframe_animation.cpp | 28 RSRenderKeyframeAnimation::RSRenderKeyframeAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderKeyframeAnimation()
|
H A D | rs_render_interpolating_spring_animation.cpp | 32 …SpringAnimation::RSRenderInterpolatingSpringAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderInterpolatingSpringAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_manager.cpp | 172 void RSModifierManager::RegisterSpringAnimation(PropertyId propertyId, AnimationId animId) in RegisterSpringAnimation() 177 void RSModifierManager::UnregisterSpringAnimation(PropertyId propertyId, AnimationId animId) in UnregisterSpringAnimation() 185 std::shared_ptr<RSRenderAnimation> RSModifierManager::QuerySpringAnimation(PropertyId propertyId) in QuerySpringAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_property_animation.h | 45 RSRenderPropertyAnimation(AnimationId id, const PropertyId& propertyId) : RSRenderAnimation(id) in RSRenderPropertyAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_command_test.cpp | 47 PropertyId propertyId = static_cast<PropertyId>(1); variable 148 PropertyId propertyId = 0; variable
|
H A D | rs_animation_command_test.cpp | 170 PropertyId propertyId = 1; variable
|
H A D | rs_node_showing_command_test.cpp | 205 PropertyId propertyId = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_animation_command.cpp | 88 auto propertyId = animation->GetPropertyId(); in CreateParticleAnimation() local 102 …AnimationCommandHelper::CancelAnimation(RSContext& context, NodeId targetId, PropertyId propertyId) in CancelAnimation()
|
H A D | rs_node_command.cpp | 36 void RSNodeCommandHelper::RemoveModifier(RSContext& context, NodeId nodeId, PropertyId propertyId) in RemoveModifier()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsextendedmodifier_fuzzer/ |
H A D | rsextendedmodifier_fuzzer.cpp | 90 PropertyId propertyId = GetData<PropertyId>(); in DoCreateRenderModifier() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_manager_test.cpp | 131 PropertyId propertyId = 0; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_spring_animation.cpp | 127 auto propertyId = GetPropertyId(); in StartUIAnimation() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_interpolating_spring_animation_test.cpp | 29 explicit RSRenderInterpolatingSpringAnimationMock(AnimationId id, const PropertyId& propertyId, in RSRenderInterpolatingSpringAnimationMock()
|
H A D | rs_render_keyframe_animation_test.cpp | 47 …AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originV… in RSRenderKeyframeAnimationMock()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | vcard_util.h | 94 bool HasProperty(std::string propertyId) in HasProperty()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/ |
H A D | rsanimationbase_fuzzer.cpp | 111 PropertyId propertyId = GetData<PropertyId>(); in RSAnimationManagerFuzzerTest() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 464 PropertyId propertyId = 0; variable
|