Home
last modified time | relevance | path

Searched refs:particleDrawable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp221 std::shared_ptr<DrawableV2::RSParticleDrawable> particleDrawable = variable
223 EXPECT_NE(particleDrawable, nullptr);
225 EXPECT_EQ(particleDrawable->OnGenerate(renderNodeTest13), nullptr);
239 EXPECT_NE(particleDrawable->OnGenerate(renderNodeTest13), nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp686 … auto particleDrawable = std::make_shared<RSParticlesDrawable>(particles, imageVector, imageCount); in OnUpdate() local
687 if (particleDrawable != nullptr) { in OnUpdate()
688 particleDrawable->Draw(canvas, bounds); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1911 … auto particleDrawable = std::make_shared<RSParticlesDrawable>(particles, imageVector, imageCount); in DrawParticle() local
1912 if (particleDrawable != nullptr) { in DrawParticle()
1913 particleDrawable->Draw(canvas, bounds); in DrawParticle()