/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_frame_geometry.cpp | 89 …return content.GetRenderProperties().GetClipToFrame() ? std::make_unique<RSClipFrameDrawable>() : … in Generate()
|
H A D | rs_property_drawable.cpp | 370 if (properties.GetClipToFrame()) { in CalculateDrawableVecStatus()
|
H A D | rs_properties.cpp | 2177 bool RSProperties::GetClipToFrame() const in GetClipToFrame() function in OHOS::Rosen::RSProperties
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.h | 95 bool GetClipToFrame() const;
|
H A D | rs_modifier_extractor.cpp | 338 bool RSModifierExtractor::GetClipToFrame() const in GetClipToFrame() function in OHOS::Rosen::RSModifierExtractor
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_divided_render_util.cpp | 96 params.isNeedClip = property.GetClipToFrame(); in CalculateSurfaceNodeClipRects()
|
H A D | rs_uni_render_visitor.cpp | 1050 if (property.GetClipToFrame()) { in UpdatePrepareClip()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/ |
H A D | rsmodifierextractor_fuzzer.cpp | 133 modifierExtractor.GetClipToFrame(); in DoGet002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_test.cpp | 1482 ASSERT_EQ(node->GetStagingProperties().GetClipToFrame(), value); 1486 …ASSERT_EQ(node->GetStagingProperties().GetClipToFrame(), node1->GetStagingProperties().GetClipToFr… 1503 ASSERT_EQ(node->GetStagingProperties().GetClipToFrame(), value); 1507 ASSERT_EQ(node->GetStagingProperties().GetClipToFrame(), value);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 628 EXPECT_TRUE(properties.GetClipToFrame() == true); 630 EXPECT_TRUE(properties.GetClipToFrame() == true);
|
H A D | rs_properties_test.cpp | 1931 ASSERT_TRUE(properties.GetClipToFrame() == true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 162 if (!properties.GetClipToFrame()) { in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 412 bool GetClipToFrame() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 1246 return GetRenderProperties().GetClipToBounds() || GetRenderProperties().GetClipToFrame(); in IsClipBound() 1812 if (parentProperties.GetClipToBounds() || parentProperties.GetClipToFrame()) { in MapAndUpdateChildrenRect() 3570 if (GetRenderProperties().GetClipToBounds() || GetRenderProperties().GetClipToFrame()) { in HasChildrenOutOfRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_canvas_node_test.cpp | 2837 EXPECT_EQ(canvasNode->GetStagingProperties().GetClipToFrame(), true); 2849 EXPECT_EQ(canvasNode->GetStagingProperties().GetClipToFrame(), false);
|
H A D | rs_node_test.cpp | 3010 EXPECT_EQ(rsNode->GetStagingProperties().GetClipToFrame(), true); 3022 EXPECT_EQ(rsNode->GetStagingProperties().GetClipToFrame(), false);
|