Home
last modified time | relevance | path

Searched refs:ParticleVelocity (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h147 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 Drs_render_particle_test.cpp61 ParticleVelocity velocity; in SetUp()
140 ParticleVelocity velocity;
178 ParticleVelocity velocity;
219 ParticleVelocity velocity;
H A Drs_render_particle_effector_test.cpp44 ParticleVelocity velocity_;
273 ParticleVelocity velocity;
318 ParticleVelocity velocity;
326 velocity = ParticleVelocity(velocityValue, velocityAngle);
370 ParticleVelocity velocity;
H A Drs_render_particle_emitter_test.cpp43 ParticleVelocity velocity_;
H A Drs_render_particle_animation_test.cpp62 ParticleVelocity velocity; in SetUp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_particle_params.h138 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 Drs_marshalling_helper.h62 class ParticleVelocity; variable
257 DECLARE_FUNCTION_OVERLOAD(ParticleVelocity)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp236 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 Drs_marshalling_helper.cpp239 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 Drs_marshalling_helper_test.cpp564 ParticleVelocity val;
577 ParticleVelocity val;
669 ParticleVelocity velocity;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h546 Rosen::ParticleVelocity ConvertParticleVelocityOption(const VelocityProperty& velocity);
547 Rosen::ParticleVelocity ConvertParticleDefaultVelocityOption();
H A Drosen_render_context.cpp1220 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 Drs_marshalling_helper.cpp1033 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 Drs_render_particle.cpp336 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 Drsmarshallinghelper_fuzzer.cpp94 ParticleVelocity velocity; in DoUnmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp1468 ParticleVelocity velocity; in HWTEST_F()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp336 Rosen::ParticleVelocity velocity(velocityValue, velocityAngle); in InitParticleEmitter()