Searched refs:GetOuterBorderWidth (Results 1 – 6 of 6) sorted by relevance
259 double GetOuterBorderWidth() const in GetOuterBorderWidth() function
1282 outerWidthProp.SetBorderWidth(Dimension(menuTheme->GetOuterBorderWidth())); in UpdateMenuBorderEffect()
747 static NG::BorderWidthProperty GetOuterBorderWidth(FrameNode* frameNode);
4909 NG::BorderWidthProperty ViewAbstract::GetOuterBorderWidth(FrameNode* frameNode) in GetOuterBorderWidth() function in OHOS::Ace::NG::ViewAbstract4915 auto outBorderWidth = context->GetOuterBorder()->GetOuterBorderWidth(); in GetOuterBorderWidth()
5603 if (GetOuterBorderWidth().has_value()) {5604 … DumpLog::GetInstance().AddDesc("OuterBorderWidth:" + GetOuterBorderWidth().value().ToString());
4692 NG::BorderWidthProperty borderWidth = ViewAbstract::GetOuterBorderWidth(frameNode); in GetOutlineWidthFloat()