Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.h65 …OffsetF ComputeCursorInfoByClick(int32_t index, float& selectLineHeight, const OffsetF& lastTouchO…
H A Dparagraph_manager.cpp446 OffsetF ParagraphManager::ComputeCursorInfoByClick( in ComputeCursorInfoByClick() function in OHOS::Ace::NG::ParagraphManager
H A Drich_editor_pattern.cpp3103 auto lastClickOffset = paragraphs_.ComputeCursorInfoByClick(position, caretHeight, in CalcAndRecordLastClickCaretInfo()