Home
last modified time | relevance | path

Searched refs:currentFontSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.cpp229 …ayoutElement::GetCurrentTextSize(std::optional<SizeF>& currentTextSize, Dimension& currentFontSize) in GetCurrentTextSize() argument
248 currentFontSize = textProp->GetFontSize().value(); in GetCurrentTextSize()
H A Dsecurity_component_layout_element.h151 bool GetCurrentTextSize(std::optional<SizeF>& currentTextSize, Dimension& currentFontSize);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp332 …auto currentFontSize = textLayoutProperty->GetAdaptMaxFontSizeValue(Dimension(0.0, DimensionUnit::… in GetBackButtonState() local
334 if (targetFontSize == currentFontSize) { in GetBackButtonState()