Home
last modified time | relevance | path

Searched refs:GetOuterBorderWidth (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h259 double GetOuterBorderWidth() const in GetOuterBorderWidth() function
H A Dmenu_view.cpp1282 outerWidthProp.SetBorderWidth(Dimension(menuTheme->GetOuterBorderWidth())); in UpdateMenuBorderEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h747 static NG::BorderWidthProperty GetOuterBorderWidth(FrameNode* frameNode);
H A Dview_abstract.cpp4909 NG::BorderWidthProperty ViewAbstract::GetOuterBorderWidth(FrameNode* frameNode) in GetOuterBorderWidth() function in OHOS::Ace::NG::ViewAbstract
4915 auto outBorderWidth = context->GetOuterBorder()->GetOuterBorderWidth(); in GetOuterBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5603 if (GetOuterBorderWidth().has_value()) {
5604 … DumpLog::GetInstance().AddDesc("OuterBorderWidth:" + GetOuterBorderWidth().value().ToString());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp4692 NG::BorderWidthProperty borderWidth = ViewAbstract::GetOuterBorderWidth(frameNode); in GetOutlineWidthFloat()