Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp132 } else if (properties.GetClipToRRect()) { in OnUpdate()
H A Drs_drawable.cpp299 … properties.GetClipToRRect() || properties.GetClipBounds() != nullptr || in CalculateDrawableVecStatus()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp366 …if (properties.GetClipToBounds() || properties.GetClipToRRect() || properties.GetClipBounds() != n… in CalculateDrawableVecStatus()
H A Drs_properties_painter.cpp1069 } else if (properties.GetClipToRRect()) { in DrawBackground()
1407 } else if (properties.GetClipToRRect()) { in DrawForegroundColor()
H A Drs_property_drawable_bounds_geometry.cpp55 } else if (properties.GetClipToRRect()) { in Draw()
H A Drs_properties.cpp2114 if (GetClipToRRect()) { in SetClipRRect()
2126 bool RSProperties::GetClipToRRect() const in GetClipToRRect() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h406 bool GetClipToRRect() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp610 EXPECT_TRUE(properties.GetClipToRRect());
H A Drs_property_drawable_bounds_geometry_test.cpp456 EXPECT_EQ(properties.GetClipToRRect(), true);
H A Drs_properties_test.cpp1917 EXPECT_TRUE(properties.GetClipToRRect());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1058 if (property.GetClipToRRect()) { in UpdatePrepareClip()
1610 if (parentProperty.GetClipToRRect()) { in UpdateHwcNodeProperty()