Home
last modified time | relevance | path

Searched refs:GetClipToFrame (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_frame_geometry.cpp89 …return content.GetRenderProperties().GetClipToFrame() ? std::make_unique<RSClipFrameDrawable>() : … in Generate()
H A Drs_property_drawable.cpp370 if (properties.GetClipToFrame()) { in CalculateDrawableVecStatus()
H A Drs_properties.cpp2177 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 Drs_modifier_extractor.h95 bool GetClipToFrame() const;
H A Drs_modifier_extractor.cpp338 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 Drs_divided_render_util.cpp96 params.isNeedClip = property.GetClipToFrame(); in CalculateSurfaceNodeClipRects()
H A Drs_uni_render_visitor.cpp1050 if (property.GetClipToFrame()) { in UpdatePrepareClip()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp133 modifierExtractor.GetClipToFrame(); in DoGet002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1482 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 Drs_properties_test2.cpp628 EXPECT_TRUE(properties.GetClipToFrame() == true);
630 EXPECT_TRUE(properties.GetClipToFrame() == true);
H A Drs_properties_test.cpp1931 ASSERT_TRUE(properties.GetClipToFrame() == true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp162 if (!properties.GetClipToFrame()) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h412 bool GetClipToFrame() 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.cpp2837 EXPECT_EQ(canvasNode->GetStagingProperties().GetClipToFrame(), true);
2849 EXPECT_EQ(canvasNode->GetStagingProperties().GetClipToFrame(), false);
H A Drs_node_test.cpp3010 EXPECT_EQ(rsNode->GetStagingProperties().GetClipToFrame(), true);
3022 EXPECT_EQ(rsNode->GetStagingProperties().GetClipToFrame(), false);