/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_effector.cpp | 32 …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 D | rs_render_particle_emitter.cpp | 98 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 D | rs_particles_drawable.cpp | 76 … const std::shared_ptr<RSRenderParticle>& particle, Vector2f position, float opacity, float scale) in CaculatePointAtlsArry() 96 … const 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 D | rs_render_particle_test.cpp | 42 std::shared_ptr<RSRenderParticle> particle; member in OHOS::Rosen::RSRenderParticleTest
|
H A D | rs_render_particle_animation_test.cpp | 166 auto particle = std::make_shared<RSRenderParticle>(param); variable
|
H A D | rs_render_particle_effector_test.cpp | 52 std::shared_ptr<RSRenderParticle> particle; member in OHOS::Rosen::RSRenderParticleEffectorTest
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_particle.cpp | 320 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 D | arkts_native_api_impl_bridge.cpp | 2548 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 D | rs_render_particle_test.cpp | 916 ParticleType particle; in HWTEST_F() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 1185 auto particle = emitterOption.GetParticle(); in NeedPreloadImage() local 1268 auto particle = emitterOption.GetParticle(); in ConvertParticleEmitterOption() local
|