Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h269 Color GetOuterBorderColor() const in GetOuterBorderColor() function
H A Dmenu_view.cpp1275 outerColorProp.SetColor(menuTheme->GetOuterBorderColor()); in UpdateMenuBorderEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h751 static BorderColorProperty GetOuterBorderColor(FrameNode* frameNode);
H A Dview_abstract.cpp4954 BorderColorProperty ViewAbstract::GetOuterBorderColor(FrameNode* frameNode) in GetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5600 if (GetOuterBorderColor().has_value()) {
5601 … DumpLog::GetInstance().AddDesc("OuterBorderColor:" + GetOuterBorderColor().value().ToString());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp4611 auto colors = ViewAbstract::GetOuterBorderColor(frameNode); in GetOutlineColor()