Searched refs:GetTextWidthIncludeIndent (Results 1 – 4 of 4) sorted by relevance
87 float GetTextWidthIncludeIndent() const;
75 float ParagraphManager::GetTextWidthIncludeIndent() const in GetTextWidthIncludeIndent() function in OHOS::Ace::NG::ParagraphManager
750 double textWidthIncludeIndent = richEditorPattern->paragraphs_.GetTextWidthIncludeIndent();763 textWidthIncludeIndent = richEditorPattern->paragraphs_.GetTextWidthIncludeIndent();
435 …std::min(std::min(paragraphManager_->GetTextWidthIncludeIndent(), paragraphManager_->GetMaxWidth()… in ParagraphReLayout()