Home
last modified time | relevance | path

Searched refs:GetShadowPath (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h86 std::shared_ptr<RSPath> GetShadowPath() const;
H A Drs_modifier_extractor.cpp303 std::shared_ptr<RSPath> RSModifierExtractor::GetShadowPath() const in GetShadowPath() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp126 modifierExtractor.GetShadowPath(); in DoGet002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp227 if (properties.GetShadowPath() && properties.GetShadowPath()->GetDrawingPath().IsValid()) { in GetShadowDirtyRect()
228 path = properties.GetShadowPath()->GetDrawingPath(); in GetShadowDirtyRect()
301 if (properties.GetShadowPath() && properties.GetShadowPath()->GetDrawingPath().IsValid()) { in DrawShadow()
302 path = properties.GetShadowPath()->GetDrawingPath(); in DrawShadow()
H A Drs_property_drawable_bounds_geometry.cpp466 if (properties.GetShadowPath() && properties.GetShadowPath()->GetDrawingPath().IsValid()) { in ClipShadowPath()
467 path = properties.GetShadowPath()->GetDrawingPath(); in ClipShadowPath()
H A Drs_properties.cpp2055 std::shared_ptr<RSPath> RSProperties::GetShadowPath() const in GetShadowPath() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1821 ASSERT_EQ(node->GetStagingProperties().GetShadowPath(), value);
1825 …ASSERT_EQ(node->GetStagingProperties().GetShadowPath(), node1->GetStagingProperties().GetShadowPat…
1842 ASSERT_EQ(node->GetStagingProperties().GetShadowPath(), value);
1846 ASSERT_EQ(node->GetStagingProperties().GetShadowPath(), value);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp201 EXPECT_TRUE(properties.GetShadowPath());
281 EXPECT_FALSE(properties.GetShadowPath());
356 EXPECT_TRUE(properties.GetShadowPath());
H A Drs_properties_test.cpp1841 EXPECT_EQ(properties.GetShadowPath(), shadowPath);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h391 std::shared_ptr<RSPath> GetShadowPath() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp75 stagingPath_ = RSPropertyDrawableUtils::CreateShadowPath(properties.GetShadowPath(), in OnUpdate()