/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 229 } 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 D | rs_property_drawable_bounds_geometry.cpp | 53 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 D | rs_property_drawable.cpp | 366 …if (properties.GetClipToBounds() || properties.GetClipToRRect() || properties.GetClipBounds() != n… in CalculateDrawableVecStatus()
|
H A D | rs_properties.cpp | 2143 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 D | rs_modifier_extractor.h | 93 std::shared_ptr<RSPath> GetClipBounds() const;
|
H A D | rs_modifier_extractor.cpp | 328 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 D | rs_property_drawable.cpp | 130 if (properties.GetClipBounds() != nullptr) { in OnUpdate() 131 … canvas.ClipPath(properties.GetClipBounds()->GetDrawingPath(), Drawing::ClipOp::INTERSECT, true); in OnUpdate()
|
H A D | rs_drawable.cpp | 299 … properties.GetClipToRRect() || properties.GetClipBounds() != nullptr || in CalculateDrawableVecStatus()
|
H A D | rs_property_drawable_background.cpp | 76 properties.GetClipBounds(), properties.GetRRect()); in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/ |
H A D | rsmodifierextractor_fuzzer.cpp | 131 modifierExtractor.GetClipBounds(); in DoGet002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_test.cpp | 1398 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 D | rs_properties_painter_test.cpp | 196 EXPECT_TRUE(properties.GetClipBounds()); 260 EXPECT_TRUE(properties.GetClipBounds()); 376 EXPECT_TRUE(properties.GetClipBounds()); 477 EXPECT_TRUE(properties.GetClipBounds());
|
H A D | rs_properties_test2.cpp | 89 ASSERT_TRUE(properties.GetClipBounds() == path); 91 ASSERT_TRUE(properties.GetClipBounds() == path);
|
H A D | rs_property_drawable_bounds_geometry_test.cpp | 461 EXPECT_NE(properties.GetClipBounds(), nullptr);
|
H A D | rs_properties_test.cpp | 297 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 D | rs_properties.h | 408 const std::shared_ptr<RSPath>& GetClipBounds() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.cpp | 708 oss << ", ClipToBounds: " << rsNode->GetStagingProperties().GetClipBounds(); in GetRSNodeInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 3363 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 D | rs_canvas_node_test.cpp | 3397 EXPECT_TRUE(canvasNode->GetStagingProperties().GetClipBounds() == clipPath);
|
H A D | rs_node_test.cpp | 3986 EXPECT_TRUE(rsNode->GetStagingProperties().GetClipBounds() == clipPath);
|