Searched refs:emitShape_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 93 ShapeType emitShape_; variable 104 …: emitRate_(), emitShape_(ShapeType::RECT), position_(), emitSize_(), particleCount_(), lifeTime_(… in EmitterConfig() 110 : emitRate_(emitRate), emitShape_(emitShape), position_(position), emitSize_(emitSize), in EmitterConfig()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_render_particle_test.cpp | 819 ShapeType emitShape_ = ShapeType::RECT; in HWTEST_F() local 825 rsRenderParticle.CalculateParticlePosition(emitShape_, position_, emitSize_); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle.cpp | 37 return emitterConfig_.emitShape_; in GetEmitShape()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 974 success = success && Marshalling(parcel, val.emitShape_); in Marshalling()
|