Searched refs:ComputeCursorOffset (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_common_test_ng.cpp | 90 …EXPECT_EQ(richEditorPattern->paragraphs_.ComputeCursorOffset(cursorItem.index, cursorHeight, true), in AddParagraph() 92 …EXPECT_EQ(richEditorPattern->paragraphs_.ComputeCursorOffset(cursorItem.index, cursorHeight, false… in AddParagraph()
|
H A D | rich_editor_test_ng.cpp | 343 …EXPECT_EQ(richEditorPattern->paragraphs_.ComputeCursorOffset(cursorItem.index, cursorHeight, true), in AddParagraph() 345 …EXPECT_EQ(richEditorPattern->paragraphs_.ComputeCursorOffset(cursorItem.index, cursorHeight, false… in AddParagraph()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | paragraph_manager.h | 63 … OffsetF ComputeCursorOffset(int32_t index, float& selectLineHeight, bool downStreamFirst = false,
|
H A D | paragraph_manager.cpp | 409 OffsetF ParagraphManager::ComputeCursorOffset( in ComputeCursorOffset() function in OHOS::Ace::NG::ParagraphManager
|
H A D | rich_editor_pattern.cpp | 1740 …auto startOffset = paragraphs_.ComputeCursorOffset(position, selectLineHeight, downStreamFirst, ne… in CalcCursorOffsetByPosition() 8751 OffsetF caretOffsetUp = paragraphs_.ComputeCursorOffset(caretPos, selectLineHeight); in OnBackPressed()
|