Home
last modified time | relevance | path

Searched refs:GetParticleSize (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h445 int GetParticleSize() const in GetParticleSize() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp235 ASSERT_TRUE(renderNodeTest13.GetRenderProperties().GetParticles().GetParticleSize());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp676 if (particleVector.GetParticleSize() == 0) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp291 EXPECT_EQ(properties.particles_.GetParticleSize(), 1);
H A Drs_property_drawable_bounds_geometry_test.cpp1128 EXPECT_EQ(properties.GetParticles().GetParticleSize(), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp875 if (particleVector.GetParticleSize() == 0) { in Generate()
H A Drs_properties_painter.cpp1904 if (particleVector.GetParticleSize() == 0) { in DrawParticle()
H A Drs_properties.cpp860 if (particles_.GetParticleSize() > 0) { in SetParticles()