Home
last modified time | relevance | path

Searched refs:GetClipBounds (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp229 } else if (properties.GetClipBounds()) { in GetShadowDirtyRect()
230 path = properties.GetClipBounds()->GetDrawingPath(); in GetShadowDirtyRect()
306 } else if (properties.GetClipBounds()) { in DrawShadow()
307 path = properties.GetClipBounds()->GetDrawingPath(); in DrawShadow()
1060 if (properties.GetClipBounds() != nullptr) { in DrawBackground()
1061 auto& path = properties.GetClipBounds()->GetDrawingPath(); in DrawBackground()
1403 if (properties.GetClipBounds() != nullptr) { in DrawForegroundColor()
1404 … canvas.ClipPath(properties.GetClipBounds()->GetDrawingPath(), Drawing::ClipOp::INTERSECT, true); in DrawForegroundColor()
1697 if (properties.GetClipBounds() != nullptr) { in DrawLightUpEffect()
1698 … canvas.ClipPath(properties.GetClipBounds()->GetDrawingPath(), Drawing::ClipOp::INTERSECT, true); in DrawLightUpEffect()
[all …]
H A Drs_property_drawable_bounds_geometry.cpp53 if (properties.GetClipBounds() != nullptr) { in Draw()
54 … canvas.ClipPath(properties.GetClipBounds()->GetDrawingPath(), Drawing::ClipOp::INTERSECT, true); in Draw()
471 } else if (properties.GetClipBounds()) { in ClipShadowPath()
472 path = properties.GetClipBounds()->GetDrawingPath(); in ClipShadowPath()
H A Drs_property_drawable.cpp366 …if (properties.GetClipToBounds() || properties.GetClipToRRect() || properties.GetClipBounds() != n… in CalculateDrawableVecStatus()
H A Drs_properties.cpp2143 const std::shared_ptr<RSPath>& RSProperties::GetClipBounds() const in GetClipBounds() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h93 std::shared_ptr<RSPath> GetClipBounds() const;
H A Drs_modifier_extractor.cpp328 std::shared_ptr<RSPath> RSModifierExtractor::GetClipBounds() const in GetClipBounds() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp130 if (properties.GetClipBounds() != nullptr) { in OnUpdate()
131 … canvas.ClipPath(properties.GetClipBounds()->GetDrawingPath(), Drawing::ClipOp::INTERSECT, true); in OnUpdate()
H A Drs_drawable.cpp299 … properties.GetClipToRRect() || properties.GetClipBounds() != nullptr || in CalculateDrawableVecStatus()
H A Drs_property_drawable_background.cpp76 properties.GetClipBounds(), properties.GetRRect()); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp131 modifierExtractor.GetClipBounds(); in DoGet002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1398 ASSERT_EQ(node->GetStagingProperties().GetClipBounds(), value);
1402 …ASSERT_EQ(node->GetStagingProperties().GetClipBounds(), node1->GetStagingProperties().GetClipBound…
1419 ASSERT_EQ(node->GetStagingProperties().GetClipBounds(), value);
1423 ASSERT_EQ(node->GetStagingProperties().GetClipBounds(), value);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp196 EXPECT_TRUE(properties.GetClipBounds());
260 EXPECT_TRUE(properties.GetClipBounds());
376 EXPECT_TRUE(properties.GetClipBounds());
477 EXPECT_TRUE(properties.GetClipBounds());
H A Drs_properties_test2.cpp89 ASSERT_TRUE(properties.GetClipBounds() == path);
91 ASSERT_TRUE(properties.GetClipBounds() == path);
H A Drs_property_drawable_bounds_geometry_test.cpp461 EXPECT_NE(properties.GetClipBounds(), nullptr);
H A Drs_properties_test.cpp297 ASSERT_TRUE(properties.GetClipBounds() == path);
299 ASSERT_TRUE(properties.GetClipBounds() == path);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h408 const std::shared_ptr<RSPath>& GetClipBounds() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp708 oss << ", ClipToBounds: " << rsNode->GetStagingProperties().GetClipBounds(); in GetRSNodeInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3363 if (properties.GetClipBounds() != nullptr) { in GetFilterRect()
3364 auto filterRect = properties.GetClipBounds()->GetDrawingPath().GetBounds(); in GetFilterRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp3397 EXPECT_TRUE(canvasNode->GetStagingProperties().GetClipBounds() == clipPath);
H A Drs_node_test.cpp3986 EXPECT_TRUE(rsNode->GetStagingProperties().GetClipBounds() == clipPath);