Home
last modified time | relevance | path

Searched refs:ParagraphInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.h30 struct ParagraphInfo { struct
52 const std::list<ParagraphInfo>& GetParagraphs() const in GetParagraphs() argument
68 void AddParagraph(ParagraphInfo&& info) in AddParagraph()
73 void SetParagraphs(const std::list<ParagraphInfo>& paragraphs) in SetParagraphs()
97 std::list<ParagraphInfo> paragraphs_;
H A Drich_editor_controller.h38 std::vector<ParagraphInfo> GetParagraphsInfo(int32_t start, int32_t end) override;
H A Drich_editor_controller.cpp115 std::vector<ParagraphInfo> RichEditorController::GetParagraphsInfo(int32_t start, int32_t end) in GetParagraphsInfo()
H A Dselection_info.h230 struct ParagraphInfo { struct
H A Drich_editor_model.h315 virtual std::vector<ParagraphInfo> GetParagraphsInfo(int32_t start, int32_t end) = 0;
H A Dparagraph_manager.cpp485 std::string ParagraphManager::ParagraphInfo::ToString() const in ToString()
H A Drich_editor_pattern.h519 std::vector<ParagraphInfo> GetParagraphInfo(int32_t start, int32_t end);
606 std::list<ParagraphManager::ParagraphInfo> GetParagraphs() const override in GetParagraphs()
H A Drich_editor_pattern.cpp2517 std::vector<ParagraphInfo> RichEditorPattern::GetParagraphInfo(int32_t start, int32_t end) in GetParagraphInfo()
2519 std::vector<ParagraphInfo> res; in GetParagraphInfo()
2528 ParagraphInfo info; in GetParagraphInfo()
2531 res.emplace_back(ParagraphInfo { in GetParagraphInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.h89 std::list<ParagraphManager::ParagraphInfo> GetParagraphs() in GetParagraphs()
91 std::list<ParagraphManager::ParagraphInfo> paragraphInfo; in GetParagraphs()
H A Dtext_pattern.h447 virtual std::list<ParagraphManager::ParagraphInfo> GetParagraphs() const in GetParagraphs()
449 std::list<ParagraphManager::ParagraphInfo> res; in GetParagraphs()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp147 std::list<ParagraphManager::ParagraphInfo> paragraphInfo; in GetInstance()
148 ParagraphManager::ParagraphInfo pInfo = { in GetInstance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h68 static JSRef<JSObject> CreateParagraphStyleResult(const ParagraphInfo& info);
210 static JSRef<JSVal> CreateJSParagraphsInfo(const std::vector<ParagraphInfo>& info);
H A Djs_richeditor.cpp318 JSRef<JSObject> JSRichEditor::CreateParagraphStyleResult(const ParagraphInfo& info) in CreateParagraphStyleResult()
2189 JSRef<JSVal> JSRichEditorController::CreateJSParagraphsInfo(const std::vector<ParagraphInfo>& info) in CreateJSParagraphsInfo()