Home
last modified time | relevance | path

Searched defs:particle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_effector.cpp32 …nt16_t> RSRenderParticleEffector::CalculateColorInt(const std::shared_ptr<RSRenderParticle>& parti… in CalculateColorInt()
103 void RSRenderParticleEffector::UpdateColor(const std::shared_ptr<RSRenderParticle>& particle, float… in UpdateColor()
133 void RSRenderParticleEffector::UpdateOpacity(const std::shared_ptr<RSRenderParticle>& particle, flo… in UpdateOpacity()
162 void RSRenderParticleEffector::UpdateScale(const std::shared_ptr<RSRenderParticle>& particle, float… in UpdateScale()
187 void RSRenderParticleEffector::UpdateSpin(const std::shared_ptr<RSRenderParticle>& particle, float … in UpdateSpin()
209 const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) in UpdateAccelerationAngle()
231 const std::shared_ptr<RSRenderParticle>& particle, float deltaTime) in UpdateAccelerationValue()
252 void RSRenderParticleEffector::UpdatePosition(const std::shared_ptr<RSRenderParticle>& particle, in UpdatePosition()
284 void RSRenderParticleEffector::UpdateActiveTime(const std::shared_ptr<RSRenderParticle>& particle, … in UpdateActiveTime()
295 void RSRenderParticleEffector::Update(const std::shared_ptr<RSRenderParticle>& particle, in Update()
H A Drs_render_particle_emitter.cpp98 auto particle = std::make_shared<RSRenderParticle>(particleParams_); in EmitParticle() local
107 auto particle = std::make_shared<RSRenderParticle>(particleParams_); in EmitParticle() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp76const std::shared_ptr<RSRenderParticle>& particle, Vector2f position, float opacity, float scale) in CaculatePointAtlsArry()
96const std::shared_ptr<RSRenderParticle>& particle, Vector2f position, float opacity, float scale) in CaculateImageAtlsArry()
138 …lesDrawable::DrawImageFill(Drawing::Canvas& canvas, const std::shared_ptr<RSRenderParticle>& parti… in DrawImageFill()
175 for (const auto& particle : particles_) { in Draw() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp42 std::shared_ptr<RSRenderParticle> particle; member in OHOS::Rosen::RSRenderParticleTest
H A Drs_render_particle_animation_test.cpp166 auto particle = std::make_shared<RSRenderParticle>(param); variable
H A Drs_render_particle_effector_test.cpp52 std::shared_ptr<RSRenderParticle> particle; member in OHOS::Rosen::RSRenderParticleEffectorTest
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp320 bool ParseParticleObject(JSRef<JSObject>& particleJsObject, OHOS::Ace::NG::Particle& particle) in ParseParticleObject()
416 OHOS::Ace::NG::Particle particle; in ParseEmitterOption() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp2548 auto particle = panda::ObjectRef::New(vm); in GetArkUINativeModule() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp916 ParticleType particle; in HWTEST_F() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1185 auto particle = emitterOption.GetParticle(); in NeedPreloadImage() local
1268 auto particle = emitterOption.GetParticle(); in ConvertParticleEmitterOption() local