Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.h87 float GetTextWidthIncludeIndent() const;
H A Dparagraph_manager.cpp75 float ParagraphManager::GetTextWidthIncludeIndent() const in GetTextWidthIncludeIndent() function in OHOS::Ace::NG::ParagraphManager
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp750 double textWidthIncludeIndent = richEditorPattern->paragraphs_.GetTextWidthIncludeIndent();
763 textWidthIncludeIndent = richEditorPattern->paragraphs_.GetTextWidthIncludeIndent();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp435 …std::min(std::min(paragraphManager_->GetTextWidthIncludeIndent(), paragraphManager_->GetMaxWidth()… in ParagraphReLayout()