/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 147 class RSB_EXPORT ParticleVelocity { 152 ParticleVelocity() : velocityValue_(), velocityAngle_() {} in ParticleVelocity() function 153 ParticleVelocity(const Range<float>& velocityValue, const Range<float>& velocityAngle) in ParticleVelocity() function 156 ParticleVelocity(const ParticleVelocity& velocity) = default; 157 ParticleVelocity& operator=(const ParticleVelocity& velocity) = default; 158 ~ParticleVelocity() = default; 207 ParticleVelocity velocity_; 213 …explicit ParticleRenderParams(const EmitterConfig& emitterConfig, const ParticleVelocity& velocity, in ParticleRenderParams() 294 void SetParticleVelocity(const ParticleVelocity& velocity);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_test.cpp | 61 ParticleVelocity velocity; in SetUp() 140 ParticleVelocity velocity; 178 ParticleVelocity velocity; 219 ParticleVelocity velocity;
|
H A D | rs_render_particle_effector_test.cpp | 44 ParticleVelocity velocity_; 273 ParticleVelocity velocity; 318 ParticleVelocity velocity; 326 velocity = ParticleVelocity(velocityValue, velocityAngle); 370 ParticleVelocity velocity;
|
H A D | rs_render_particle_emitter_test.cpp | 43 ParticleVelocity velocity_;
|
H A D | rs_render_particle_animation_test.cpp | 62 ParticleVelocity velocity; in SetUp()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_particle_params.h | 138 ParticleVelocity velocity_; 144 explicit ParticleParams(const EmitterConfig& emitterConfig, const ParticleVelocity& velocity, in ParticleParams()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 62 class ParticleVelocity; variable 257 DECLARE_FUNCTION_OVERLOAD(ParticleVelocity)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 236 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling() 241 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 239 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling() 243 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_marshalling_helper_test.cpp | 564 ParticleVelocity val; 577 ParticleVelocity val; 669 ParticleVelocity velocity;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 546 Rosen::ParticleVelocity ConvertParticleVelocityOption(const VelocityProperty& velocity); 547 Rosen::ParticleVelocity ConvertParticleDefaultVelocityOption();
|
H A D | rosen_render_context.cpp | 1220 std::optional<OHOS::Rosen::ParticleVelocity> rsVelocityOpt; in ConvertParticleOptionToParams() 1432 Rosen::ParticleVelocity RosenRenderContext::ConvertParticleVelocityOption(const VelocityProperty& v… in ConvertParticleVelocityOption() 1436 return OHOS::Rosen::ParticleVelocity(rsSpeedRange, rsAngleRange); in ConvertParticleVelocityOption() 1439 Rosen::ParticleVelocity RosenRenderContext::ConvertParticleDefaultVelocityOption() in ConvertParticleDefaultVelocityOption() 1443 return OHOS::Rosen::ParticleVelocity(rsSpeedRange, rsAngleRange); in ConvertParticleDefaultVelocityOption()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 1033 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling() 1039 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling() 1050 val = ParticleVelocity(velocityValue, velocityAngle); in Unmarshalling() 1223 ParticleVelocity velocity; in Unmarshalling() 2178 EXPLICIT_INSTANTIATION(TEMPLATE, ParticleVelocity) \
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle.cpp | 336 void ParticleRenderParams::SetParticleVelocity(const ParticleVelocity& velocity) in SetParticleVelocity()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
H A D | rsmarshallinghelper_fuzzer.cpp | 94 ParticleVelocity velocity; in DoUnmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_particle_test.cpp | 1468 ParticleVelocity velocity; in HWTEST_F()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_drawing_manager.cpp | 336 Rosen::ParticleVelocity velocity(velocityValue, velocityAngle); in InitParticleEmitter()
|