Home
last modified time | relevance | path

Searched defs:TestParagraphItem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.h194 struct TestParagraphItem { struct
208 void AddParagraph(TestParagraphItem testParagraphItem); argument
H A Drich_editor_test_ng.cpp185 struct TestParagraphItem { struct
186 int32_t start;
187 int32_t end;
188 int32_t height;
189 ParagraphStyle paragraphStyle;
190 std::map<int32_t, Offset> indexOffsetMap;
191 std::vector<TestCursorItem> testCursorItems;
192 std::vector<TestParagraphRect> testParagraphRects;