Home
last modified time | relevance | path

Searched refs:IsShadowValid (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp182 EXPECT_TRUE(!properties.IsShadowValid());
189 EXPECT_TRUE(properties.IsShadowValid());
192 EXPECT_TRUE(properties.IsShadowValid());
219 EXPECT_TRUE(properties.IsShadowValid());
239 EXPECT_TRUE(properties.IsShadowValid());
259 EXPECT_TRUE(properties.IsShadowValid());
301 EXPECT_TRUE(properties.IsShadowValid());
335 EXPECT_TRUE(properties.IsShadowValid());
437 EXPECT_TRUE(properties.IsShadowValid());
460 EXPECT_TRUE(properties.IsShadowValid());
[all …]
H A Drs_property_drawable_bounds_geometry_test.cpp746 EXPECT_EQ(properties.IsShadowValid(), false);
754 EXPECT_EQ(properties.IsShadowValid(), true);
758 EXPECT_EQ(properties.IsShadowValid(), true);
H A Drs_properties_test.cpp283 EXPECT_FALSE(properties.IsShadowValid());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp57 if (!node.GetRenderProperties().IsShadowValid() || node.GetRenderProperties().GetShadowMask()) { in OnGenerate()
71 if (!properties.IsShadowValid() || properties.GetShadowMask()) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1278 if (properties.IsShadowValid()) { in CollectAndUpdateLocalShadowRect()
1655 if (properties.IsShadowValid()) { in UpdateDirtyRegion()
2794 if (cacheType == CacheType::ANIMATE_PROPERTY && GetRenderProperties().IsShadowValid() && in NeedInitCacheSurface()
2863 if (cacheType == CacheType::ANIMATE_PROPERTY && GetRenderProperties().IsShadowValid() && in InitCacheSurface()
2981 …if ((cacheType == CacheType::ANIMATE_PROPERTY && GetRenderProperties().IsShadowValid()) || isUIFir… in DrawCacheSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h396 bool IsShadowValid() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp62 ASSERT_TRUE(node.GetRenderProperties().IsShadowValid());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp223 if (!properties.IsShadowValid()) { in GetShadowDirtyRect()
290 if (properties.IsSpherizeValid() || !properties.IsShadowValid() || in DrawShadow()
H A Drs_property_drawable_bounds_geometry.cpp437 …if (properties.IsSpherizeValid() || properties.IsAttractionValid() || !properties.IsShadowValid() … in Generate()
H A Drs_properties.cpp2080 bool RSProperties::IsShadowValid() const in IsShadowValid() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp2180 bool isShadowDisappear = !surfaceNode.GetRenderProperties().IsShadowValid() && in CheckMergeDisplayDirtyByShadowChanged()
2182 if (surfaceNode.GetRenderProperties().IsShadowValid() || isShadowDisappear) { in CheckMergeDisplayDirtyByShadowChanged()
H A Drs_base_render_util.cpp850 if (property.IsShadowValid()) { in IsNeedClient()