Home
last modified time | relevance | path

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 Drich_editor_common_test_ng.cpp90 …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 Drich_editor_test_ng.cpp343 …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 Dparagraph_manager.h63 … OffsetF ComputeCursorOffset(int32_t index, float& selectLineHeight, bool downStreamFirst = false,
H A Dparagraph_manager.cpp409 OffsetF ParagraphManager::ComputeCursorOffset( in ComputeCursorOffset() function in OHOS::Ace::NG::ParagraphManager
H A Drich_editor_pattern.cpp1740 …auto startOffset = paragraphs_.ComputeCursorOffset(position, selectLineHeight, downStreamFirst, ne… in CalcCursorOffsetByPosition()
8751 OffsetF caretOffsetUp = paragraphs_.ComputeCursorOffset(caretPos, selectLineHeight); in OnBackPressed()