Home
last modified time | relevance | path

Searched refs:GetHaveEffectRegion (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp82 if (!properties.GetHaveEffectRegion() || properties.GetBackgroundFilter() == nullptr || in ProcessRenderBeforeChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h557 bool GetHaveEffectRegion() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp1054 EXPECT_EQ(properties.GetHaveEffectRegion(), true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp806 if (properties.GetHaveEffectRegion() && properties.GetBackgroundFilter() && in Draw()
H A Drs_properties.cpp4470 bool RSProperties::GetHaveEffectRegion() const in GetHaveEffectRegion() function in OHOS::Rosen::RSProperties