Home
last modified time | relevance | path

Searched refs:GetBorderBottomWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component_helper.h305 static Dimension GetBorderBottomWidth(const RefPtr<Decoration> decoration) in GetBorderBottomWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp477 …bottom.has_value() ? bottom.value() : Dimension(BoxComponentHelper::GetBorderBottomWidth(decoratio… in SetBorderWidth()