Home
last modified time | relevance | path

Searched refs:GetBorderStyle (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component_helper.h203 static BorderStyle GetBorderStyle(const RefPtr<Decoration> decoration) in GetBorderStyle() function
209 return border.Left().GetBorderStyle(); in GetBorderStyle()
218 return border.Left().GetBorderStyle(); in GetBorderStyleLeft()
227 return border.Right().GetBorderStyle(); in GetBorderStyleRight()
236 return border.Top().GetBorderStyle(); in GetBorderStyleTop()
245 return border.Bottom().GetBorderStyle(); in GetBorderStyleBottom()
H A Drender_box.h177 BorderStyle GetBorderStyle(const BorderEdgeHelper& helper) const;
H A Drosen_render_box.cpp736 BorderStyle leftStyle = border.Left().GetBorderStyle();
737 …return leftStyle == border.Top().GetBorderStyle() && leftStyle == border.Right().GetBorderStyle() …
738 leftStyle == border.Bottom().GetBorderStyle();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1887 …static_cast<uint32_t>(border.Top().GetBorderStyle()), static_cast<uint32_t>(border.Right().GetBord… in PaintBorder()
2142 …if (border.Top().GetBorderStyle() != BorderStyle::SOLID || border.Right().GetBorderStyle() != Bord… in CanUseFillStyle()
2166 if (border.Left().GetBorderStyle() != border.Top().GetBorderStyle() || in CanUsePathRRect()
2167 border.Left().GetBorderStyle() != border.Right().GetBorderStyle() || in CanUsePathRRect()
2168 border.Left().GetBorderStyle() != border.Bottom().GetBorderStyle()) { in CanUsePathRRect()
2189 if (border.Left().GetBorderStyle() != border.Top().GetBorderStyle() || in CanUseFourLine()
2190 border.Left().GetBorderStyle() != border.Right().GetBorderStyle() || in CanUseFourLine()
2191 border.Left().GetBorderStyle() != border.Bottom().GetBorderStyle()) { in CanUseFourLine()
2210 …if (border.Top().GetBorderStyle() != BorderStyle::SOLID || border.Right().GetBorderStyle() != Bord… in CanUseInnerRRect()
3153 …return leftStyle == border.Top().GetBorderStyle() && leftStyle == border.Right().GetBorderStyle() … in PaintShadow()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.h71 …return left_.GetBorderStyle() == BorderStyle::SOLID && bottom_.GetBorderStyle() == BorderStyle::SO… in IsAllSolidStyle()
72 … right_.GetBorderStyle() == BorderStyle::SOLID && top_.GetBorderStyle() == BorderStyle::SOLID; in IsAllSolidStyle()
H A Dborder_edge.h42 BorderStyle GetBorderStyle() const in GetBorderStyle() function
60 … (borderEdge.GetWidth().Unit() == width_.Unit()) && (borderEdge.GetBorderStyle() == style_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp193 std::string ImageComposedElement::GetBorderStyle() const in GetBorderStyle() function in OHOS::Ace::V2::ImageComposedElement
200 int32_t style = static_cast<int32_t>(border.Left().GetBorderStyle()); in GetBorderStyle()
H A Dimage_composed_element.h45 std::string GetBorderStyle() const override;
H A Dinspector_node.h131 virtual std::string GetBorderStyle() const = 0;
H A Dinspector_composed_element.cpp104 { "borderStyle", [](const InspectorNode& inspector) { return inspector.GetBorderStyle(); } }, in __anon58d2e1331502()
631 jsonValue->Put("style", GetBorderStyle().c_str()); in GetUnifyBorder()
825 std::string InspectorComposedElement::GetBorderStyle() const in GetBorderStyle() function in OHOS::Ace::V2::InspectorComposedElement
828 int32_t style = static_cast<int32_t>(border.Left().GetBorderStyle()); in GetBorderStyle()
H A Dinspector_composed_element.h144 std::string GetBorderStyle() const override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.h59 BorderStyle GetBorderStyle(const BorderEdgeHelper& helper) const;
H A Dproperty_animatable_helper.h71 if (edge.GetBorderStyle() == value) { in Set()
H A Danimatable_properties.cpp336 animatableProperties->GetBorderStyle(setter)); in UpdatePropAnimation()
653 BorderStyle AnimatableProperties::GetBorderStyle(const BorderEdgeHelper& helper) const in GetBorderStyle() function in OHOS::Ace::AnimatableProperties
659 return renderNode->GetBorderStyle(helper); in GetBorderStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_update_ng.cpp1063 EXPECT_EQ(renderContext->GetBorderStyle().has_value(), false);
1076 EXPECT_EQ(renderContext->GetBorderStyle().value(), BORDER_STYLE_TEST);
1083 EXPECT_EQ(renderContext->GetBorderStyle().value(), NEW_BORDER_STYLE_TEST);
1279 EXPECT_EQ(renderContext->GetBorderStyle().has_value(), false);
1291 EXPECT_EQ(renderContext->GetBorderStyle().value(), BORDER_STYLE_TEST);
1494 EXPECT_EQ(renderContext->GetBorderStyle().has_value(), false);
1506 EXPECT_EQ(renderContext->GetBorderStyle().value(), BORDER_STYLE_TEST);
1709 EXPECT_EQ(renderContext->GetBorderStyle().has_value(), false);
1721 EXPECT_EQ(renderContext->GetBorderStyle().value(), BORDER_STYLE_TEST);
1924 EXPECT_EQ(renderContext->GetBorderStyle().has_value(), false);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp344 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
473 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
531 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
573 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
792 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
922 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
980 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
1022 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
1220 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
1349 auto borderStyle = buttonRender->GetBorderStyle().value_or(BorderStyleProperty());
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h66 Vector4<uint32_t> GetBorderStyle() const;
H A Drs_modifier_extractor.cpp211 Vector4<uint32_t> RSModifierExtractor::GetBorderStyle() const in GetBorderStyle() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_theme.h125 const NG::BorderStyleProperty& GetBorderStyle() const in GetBorderStyle() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp246 properties.GetBorderStyle().x_ != static_cast<uint32_t>(BorderStyle::SOLID)) { in OnUpdate()
254 properties.GetBorderStyle().x_ != static_cast<uint32_t>(BorderStyle::SOLID)) { in OnUpdate()
292 properties.GetBorderStyle().x_ != static_cast<uint32_t>(BorderStyle::SOLID)) { in OnUpdate()
300 properties.GetBorderStyle().x_ != static_cast<uint32_t>(BorderStyle::SOLID)) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp95 modifierExtractor.GetBorderStyle(); in DoGet001()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp81 buttonNode->GetRenderContext()->UpdateBorderStyle(counterTheme->GetBorderStyle()); in CreateButtonChild()
109 contentNode->GetRenderContext()->UpdateBorderStyle(counterTheme->GetBorderStyle()); in CreateContentNodeChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.cpp761 if (edge.GetBorderStyle() == BorderStyle::DOTTED) { in PaintBorder()
766 } else if (edge.GetBorderStyle() == BorderStyle::DASHED) { in PaintBorder()
807 if (edge.GetBorderStyle() == BorderStyle::DOTTED) { in PaintBorder()
811 } else if (edge.GetBorderStyle() == BorderStyle::DASHED) { in PaintBorder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp1230 ASSERT_EQ(node->GetStagingProperties().GetBorderStyle(), value);
1234 …ASSERT_EQ(node->GetStagingProperties().GetBorderStyle(), node1->GetStagingProperties().GetBorderSt…
1251 ASSERT_EQ(node->GetStagingProperties().GetBorderStyle(), value);
1255 ASSERT_EQ(node->GetStagingProperties().GetBorderStyle(), value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp109 if (edge.GetBorderStyle() == BorderStyle::DOTTED) { in PaintBorder()
121 } else if (edge.GetBorderStyle() == BorderStyle::DASHED) { in PaintBorder()

12