Home
last modified time | relevance | path

Searched refs:GetBorderEdge (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp170 const BorderEdge& ButtonComponent::GetBorderEdge() const in GetBorderEdge() function in OHOS::Ace::ButtonComponent
172 return declaration_->GetBorderEdge(); in GetBorderEdge()
H A Drosen_render_button.cpp158 widthDelta_ = NormalizeToPx(buttonComponent_->GetBorderEdge().GetWidth()); in Measure()
260 uint32_t borderColorValue = buttonComponent_->GetBorderEdge().GetColor().GetValue(); in DrawShape()
298 uint32_t borderColorValue = buttonComponent_->GetBorderEdge().GetColor().GetValue(); in DrawShape()
572 if (NormalizeToPx(buttonComponent_->GetBorderEdge().GetWidth()) > 0.0) { in DrawButton()
H A Dbutton_component.h76 const BorderEdge& GetBorderEdge() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h255 const BorderEdge& GetBorderEdge() const in GetBorderEdge() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp94 edge_ = buttonDeclaration_->GetBorderEdge(); in PrepareSpecializedComponent()