Searched refs:autoMaxLines (Results 1 – 3 of 3) sorted by relevance
33 bool autoMaxLines = false; member119 return style.autoMaxLines; in GetAutoMaxLines()122 void SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() argument125 CheckIsChanged(style.autoMaxLines, autoMaxLines); in SetAutoMaxLines()126 style.autoMaxLines = autoMaxLines; in SetAutoMaxLines()
151 void TextComponent::SetAutoMaxLines(bool autoMaxLines) in SetAutoMaxLines() argument153 declaration_->SetAutoMaxLines(autoMaxLines); in SetAutoMaxLines()
65 void SetAutoMaxLines(bool autoMaxLines);