Searched refs:GetBorderEdge (Results 1 – 5 of 5) sorted by relevance
170 const BorderEdge& ButtonComponent::GetBorderEdge() const in GetBorderEdge() function in OHOS::Ace::ButtonComponent172 return declaration_->GetBorderEdge(); in GetBorderEdge()
158 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()
76 const BorderEdge& GetBorderEdge() const;
255 const BorderEdge& GetBorderEdge() const in GetBorderEdge() function
94 edge_ = buttonDeclaration_->GetBorderEdge(); in PrepareSpecializedComponent()