Home
last modified time | relevance | path

Searched refs:GetAutoMaxLines (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp146 bool TextComponent::GetAutoMaxLines() const in GetAutoMaxLines() function in OHOS::Ace::TextComponent
148 return declaration_->GetAutoMaxLines(); in GetAutoMaxLines()
H A Dtext_component.h64 bool GetAutoMaxLines() const;
H A Drosen_render_text.cpp276 if (!paragraph_ || !text_ || !text_->GetAutoMaxLines()) { in EffectAutoMaxLines()
506 …f (!IsCompatibleVersion() && textStyle_.GetMaxLines() == UINT32_MAX && !text_->GetAutoMaxLines()) { in UpdateParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h116 bool GetAutoMaxLines() const in GetAutoMaxLines() function