Home
last modified time | relevance | path

Searched refs:styleTop (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dborder_property.cpp42 res->Put("top", style[static_cast<int>(styleTop.value_or(BorderStyle::SOLID))]); in ToJsonValue()
232 styleTop = borderStyle; in SetBorderStyle()
238 return (styleLeft == value.styleLeft) && (styleRight == value.styleRight) && (styleTop == value.styleTop) && in operator ==()
H A Dborder_property.h342 std::optional<BorderStyle> styleTop; member
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component_helper.h190 const BorderStyle& styleRight, const BorderStyle& styleTop, const BorderStyle& styleBottom) in SetBorderStyle()
198 border.SetTopStyle(styleTop); in SetBorderStyle()
189 SetBorderStyle(const RefPtr<Decoration> decoration, const BorderStyle& styleLeft, const BorderStyle& styleRight, const BorderStyle& styleTop, const BorderStyle& styleBottom) SetBorderStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h379 const std::optional<BorderStyle>& styleTop, const std::optional<BorderStyle>& styleBottom) override
384 borderStyles.styleTop = styleTop.value_or(BorderStyle::SOLID);
491 const std::optional<BorderStyle>& styleTop, const std::optional<BorderStyle>& styleBottom) override
496 borderStyles.styleTop = styleTop.value_or(BorderStyle::SOLID);
H A Dview_abstract_model.h124 const std::optional<BorderStyle>& styleRight, const std::optional<BorderStyle>& styleTop,
157 const std::optional<BorderStyle>& styleRight, const std::optional<BorderStyle>& styleTop,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h73 const std::optional<BorderStyle>& styleTop, const std::optional<BorderStyle>& styleBottom) override;
91 const std::optional<BorderStyle>& styleTop, const std::optional<BorderStyle>& styleBottom) override {}
H A Dview_abstract_model_impl.cpp483 const std::optional<BorderStyle>& styleRight, const std::optional<BorderStyle>& styleTop, in SetBorderStyle()
489 BorderStyle top = styleTop.value_or(BorderStyle::SOLID); in SetBorderStyle()
482 SetBorderStyle(const std::optional<BorderStyle>& styleLeft, const std::optional<BorderStyle>& styleRight, const std::optional<BorderStyle>& styleTop, const std::optional<BorderStyle>& styleBottom) SetBorderStyle() argument
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dborder_property_test_ng.cpp70 borderStyleProperty.styleTop = BorderStyle::DOTTED; in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1031 std::optional<BorderStyle> styleTop; in GetBorderStyleProps() local
1039 if (ParseStyle(env, topApi, styleTop)) { in GetBorderStyleProps()
1040 styleProps.styleTop = styleTop; in GetBorderStyleProps()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp281 .styleTop = static_cast<BorderStyle>(top), in SetBorderStyle()
H A Dnode_text_area_modifier.cpp1245 SetOptionalBorderStyle(borderStyles.styleTop, values, valuesSize, offset); in SetAllOptionalBorderStyle()
1395 borderStyles.styleTop = ConvertBorderStyle(styles[NUM_0]); in SetTextAreaBorderStyle()
H A Dnode_common_modifier.cpp957 * styles[0] : styleLeft, styles[1] : styleRight, styles[2] : styleTop, styles[3] : styleBottom
972 borderStyles.styleTop = ConvertBorderStyle(styles[NUM_0]); in SetBorderStyle()
1832 * colorAndStyle[offset + 12], option[offset + 12]: borderStyles styleTop(hasValue, value)
1871 SetOptionalBorderStyle(borderStyles.styleTop, colorAndStyle, colorAndStyleSize, colorAndStyleOffset); in SetBorder()
4703 SetOptionalBorderStyle(borderStyles.styleTop, values, valuesSize, styleOffset); in SetOutlineStyle()
4734 * colorAndStyle[offset + 12], option[offset + 12]: OutlineStyles styleTop(hasValue, value)
4776 SetOptionalBorderStyle(borderStyles.styleTop, colorAndStyle, colorAndStyleSize, colorAndStyleOffset); in SetOutline()
5094 (*values)[NUM_0] = static_cast<ArkUI_Int32>(styles.styleTop.value()); in GetBorderStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1736 std::optional<BorderStyle> styleTop; in ParseOuterBorderStyle() local
1745 styleTop = ConvertBorderStyle(topArg->Int32Value(vm)); in ParseOuterBorderStyle()
1759 PushOuterBorderStyleVector(styleTop, values); in ParseOuterBorderStyle()
H A Darkts_native_common_bridge.cpp1071 std::optional<BorderStyle> styleTop; in ParseOuterBorderStyle() local
1080 styleTop = ConvertBorderStyle(topArg->Int32Value(vm)); in ParseOuterBorderStyle()
1094 PushOuterBorderStyleVector(styleTop, values); in ParseOuterBorderStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4708 std::optional<BorderStyle> styleTop; in ParseBorderStyle() local
4721 styleTop = ConvertBorderStyle(topValue->ToNumber<int32_t>()); in ParseBorderStyle()
4727 ViewAbstractModel::GetInstance()->SetBorderStyle(styleLeft, styleRight, styleTop, styleBottom); in ParseBorderStyle()
4747 std::optional<BorderStyle> styleTop; in ParseOuterBorderStyle() local
4760 styleTop = ConvertBorderStyle(topValue->ToNumber<int32_t>()); in ParseOuterBorderStyle()
4766 ViewAbstractModel::GetInstance()->SetOuterBorderStyle(styleLeft, styleRight, styleTop, styleBottom); in ParseOuterBorderStyle()
10312 ConvertOptionBorderStyle(topValue->ToNumber<int32_t>(), borderStyleProperty.styleTop); in ParseBorderStyleProps()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js1162 let styleTop;
1168 styleTop = this.value.style;
1174 styleTop = this.value.style.top;
1183 styleTop, styleRight, styleBottom, styleLeft);
6797 let styleTop;
6803 styleTop = this.value.style;
6808 styleTop = this.value.style.top;
6828 styleTop,
16867 let styleTop;
16873 styleTop
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2443 static_cast<uint32_t>(value.styleTop.value_or(BorderStyle::SOLID)), in SetBorderStyle()
2549 static_cast<Rosen::BorderStyle>(static_cast<uint32_t>(value.styleTop.value_or(BorderStyle::SOLID))), in SetOuterBorderStyle()

Completed in 95 milliseconds