/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_test.cpp | 50 ShapeType emitShape = ShapeType::RECT; in SetUp() local 60 …EmitterConfig(emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, imag… in SetUp() 128 ShapeType emitShape = ShapeType::RECT; variable 139 …emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, rsImage, imageSize… 164 ShapeType emitShape = ShapeType::RECT; variable 177 …emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, rsImage, imageSize… 202 ShapeType emitShape = ShapeType::ELLIPSE; variable 218 …emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, rsImage, imageSize…
|
H A D | rs_render_particle_emitter_test.cpp | 58 ShapeType emitShape = ShapeType::RECT; in SetEmitConfig() local 68 …EmitterConfig(emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, imag… in SetEmitConfig()
|
H A D | rs_render_particle_effector_test.cpp | 63 ShapeType emitShape = ShapeType::RECT; in SetEmitConfig() local 73 …EmitterConfig(emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, imag… in SetEmitConfig() 262 ShapeType emitShape = ShapeType::RECT; variable 272 …EmitterConfig(emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, imag…
|
H A D | rs_render_particle_animation_test.cpp | 50 ShapeType emitShape = ShapeType::RECT; in SetUp() local 60 …EmitterConfig(emitRate, emitShape, position, emitSize, particleCount, lifeTime, type, radius, imag… in SetUp() 88 …emitRate, emitShape, position, emitSize, particleCount2, lifeTime2, type, radius1, image, imageSiz… in SetUp()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle.cpp | 744 const ShapeType& emitShape, const Vector2f& position, const Vector2f& emitSize) in CalculateParticlePosition() argument 748 if (emitShape == ShapeType::RECT) { in CalculateParticlePosition() 756 if (emitShape == ShapeType::CIRCLE || emitShape == ShapeType::ELLIPSE) { in CalculateParticlePosition() 762 if (emitShape == ShapeType::CIRCLE) { in CalculateParticlePosition()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 107 …EmitterConfig(const int& emitRate, const ShapeType& emitShape, const Vector2f& position, const Vec… in EmitterConfig() argument 110 : emitRate_(emitRate), emitShape_(emitShape), position_(position), emitSize_(emitSize), in EmitterConfig() 370 …Vector2f CalculateParticlePosition(const ShapeType& emitShape, const Vector2f& position, const Vec…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_particle.cpp | 428 auto emitShape = OHOS::Ace::NG::ParticleEmitterShape::RECTANGLE; in ParseEmitterOption() local 434 emitShape = static_cast<OHOS::Ace::NG::ParticleEmitterShape>(emitShapeInt); in ParseEmitterOption() 437 emitterOption.SetShape(emitShape); in ParseEmitterOption()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 994 ShapeType emitShape = ShapeType::RECT; in Unmarshalling() local 1009 success = success && Unmarshalling(parcel, emitShape); in Unmarshalling() 1028 …emitRate, emitShape, position, emitSize, particleCount, lifeTime, particleType, radius, image, ima… in Unmarshalling()
|