Home
last modified time | relevance | path

Searched refs:HasHeightOverride (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp83 spanStyle.SetLineHeight(textStyle.GetLineHeight(), textStyle.HasHeightOverride()); in CheckAndSetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_prop_convertor.cpp309 rsTextStyle.hasHeightOverride_ = textStyle.HasHeightOverride(); in ToRSTextStyle()
311 rsTextStyle.heightOnly = textStyle.HasHeightOverride(); in ToRSTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_span.cpp81 currentStyle.SetLineHeight(parentStyle.GetLineHeight(), parentStyle.HasHeightOverride()); in CheckAndSetCurrentSpanStyle()
H A Ddom_text.cpp92 spanStyle.SetLineHeight(textStyle.GetLineHeight(), textStyle.HasHeightOverride()); in CheckAndSetSpanStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp557 txtStyle.has_height_override = textStyle.HasHeightOverride(); in ConvertTxtStyle()
677 txtStyle.heightOnly = textStyle.HasHeightOverride(); in ConvertTxtStyle()
786 lineHeightOnly = textStyle.HasHeightOverride(); in ConvertTxtStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h461 bool HasHeightOverride() const in HasHeightOverride() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp996 bool hasHeightOverride = textStyle.HasHeightOverride(); in AddAdaptFontSizeAndAnimations()