Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp148 if (!(parent && parent->GetRenderProperties().GetUseShadowBatching())) { in DrawShadow()
158 parent->GetRenderProperties().GetUseShadowBatching()) { in PropertyDrawableRender()
195 parent->GetRenderProperties().GetUseShadowBatching()) { in ProcessRenderBeforeChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_misc_drawable_test.cpp74 ASSERT_TRUE(LIKELY(!node.GetRenderProperties().GetUseShadowBatching()));
90 ASSERT_FALSE(LIKELY(!node.GetRenderProperties().GetUseShadowBatching()));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp1104 EXPECT_EQ(properties.GetUseShadowBatching(), false);
1108 EXPECT_EQ(properties.GetUseShadowBatching(), true);
1117 EXPECT_EQ(properties.GetUseShadowBatching(), true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_render_node_test.cpp313 … EXPECT_TRUE(rsCanvasRenderNode.GetParent().lock()->GetRenderProperties().GetUseShadowBatching());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp45 if (LIKELY(!node.GetRenderProperties().GetUseShadowBatching())) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_ui_capture.cpp278 if (node.GetRenderProperties().GetUseShadowBatching()) { in ProcessChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h171 inline bool GetUseShadowBatching() const in GetUseShadowBatching() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp366 if (node.GetRenderProperties().GetUseShadowBatching()) { in ProcessShadowFirst()