Home
last modified time | relevance | path

Searched refs:GetParagraphInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_controller.cpp120 auto paragraphInfo = pattern->GetParagraphInfo(start, end); in GetParagraphsInfo()
H A Drich_editor_pattern.h519 std::vector<ParagraphInfo> GetParagraphInfo(int32_t start, int32_t end);
H A Drich_editor_pattern.cpp2517 std::vector<ParagraphInfo> RichEditorPattern::GetParagraphInfo(int32_t start, int32_t end) in GetParagraphInfo() function in OHOS::Ace::NG::RichEditorPattern