Home
last modified time | relevance | path

Searched refs:GetClipToBounds (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h94 bool GetClipToBounds() const;
H A Drs_modifier_extractor.cpp333 bool RSModifierExtractor::GetClipToBounds() const in GetClipToBounds() 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.cpp132 modifierExtractor.GetClipToBounds(); in DoGet002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1440 ASSERT_EQ(node->GetStagingProperties().GetClipToBounds(), value);
1444 …ASSERT_EQ(node->GetStagingProperties().GetClipToBounds(), node1->GetStagingProperties().GetClipToB…
1461 ASSERT_EQ(node->GetStagingProperties().GetClipToBounds(), value);
1465 ASSERT_EQ(node->GetStagingProperties().GetClipToBounds(), value);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp108 ASSERT_TRUE(properties.GetClipToBounds() == true);
110 ASSERT_TRUE(properties.GetClipToBounds() == true);
H A Drs_properties_test.cpp312 ASSERT_TRUE(properties.GetClipToBounds() == true);
314 ASSERT_TRUE(properties.GetClipToBounds() == true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp453 stagingNeedClipToBounds_ = renderProperties.GetClipToBounds(); in OnUpdate()
H A Drs_drawable.cpp298 …ol shouldClipToBounds = node.IsInstanceOf<RSSurfaceRenderNode>() || properties.GetClipToBounds() || in CalculateDrawableVecStatus()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp238 if (!context.properties_.GetClipToBounds()) { in GetInvertBackgroundColor()
/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.cpp1063 } else if (properties.GetClipToBounds()) { in DrawBackground()
1405 } else if (properties.GetClipToBounds()) { in DrawForegroundColor()
H A Drs_properties.cpp2160 bool RSProperties::GetClipToBounds() const in GetClipToBounds() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h410 bool GetClipToBounds() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1246 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 Drs_canvas_node_test.cpp2813 EXPECT_EQ(canvasNode->GetStagingProperties().GetClipToBounds(), true);
2825 EXPECT_EQ(canvasNode->GetStagingProperties().GetClipToBounds(), false);
H A Drs_node_test.cpp2986 EXPECT_EQ(rsNode->GetStagingProperties().GetClipToBounds(), true);
2998 EXPECT_EQ(rsNode->GetStagingProperties().GetClipToBounds(), false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp751 EXPECT_TRUE(node->GetRenderProperties().GetClipToBounds());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1046 if (property.GetClipToBounds()) { in UpdatePrepareClip()