Searched refs:GetAutoMaxLines (Results 1 – 4 of 4) sorted by relevance
146 bool TextComponent::GetAutoMaxLines() const in GetAutoMaxLines() function in OHOS::Ace::TextComponent148 return declaration_->GetAutoMaxLines(); in GetAutoMaxLines()
64 bool GetAutoMaxLines() const;
276 if (!paragraph_ || !text_ || !text_->GetAutoMaxLines()) { in EffectAutoMaxLines()506 …f (!IsCompatibleVersion() && textStyle_.GetMaxLines() == UINT32_MAX && !text_->GetAutoMaxLines()) { in UpdateParagraph()
116 bool GetAutoMaxLines() const in GetAutoMaxLines() function