Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.cpp136 … hyperlinkLayoutProperty->GetColor().value_or(color).BlendColor(theme->GetTextLinkedColor())); in LinkToAddress()
138 … hyperlinkLayoutProperty->GetColor().value_or(color).BlendColor(theme->GetTextLinkedColor())); in LinkToAddress()
142 … hyperlinkLayoutProperty->GetColor().value_or(color).BlendColor(theme->GetTextLinkedColor())); in LinkToAddress()
210 … hyperlinkLayoutProperty->GetColor().value_or(color).BlendColor(theme->GetTextLinkedColor())); in OnTouchEvent()
287 … hyperlinkLayoutProperty->GetColor().value_or(color).BlendColor(theme->GetTextLinkedColor())); in OnHoverEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_theme.h94 const Color& GetTextLinkedColor() const in GetTextLinkedColor() function