Searched refs:downStreamFirst (Results 1 – 4 of 4) sorted by relevance
/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 | 410 int32_t index, float& selectLineHeight, bool downStreamFirst, bool needLineHighest) const in ComputeCursorOffset() argument 434 if (downStreamFirst) { in ComputeCursorOffset()
|
H A D | rich_editor_pattern.h | 481 …int32_t position, float& selectLineHeight, bool downStreamFirst = false, bool needLineHighest = tr… 482 bool IsCustomSpanInCaretPos(int32_t position, bool downStreamFirst);
|
H A D | rich_editor_pattern.cpp | 1730 int32_t position, float& selectLineHeight, bool downStreamFirst, bool needLineHighest) in CalcCursorOffsetByPosition() argument 1739 needLineHighest |= IsCustomSpanInCaretPos(position, downStreamFirst); in CalcCursorOffsetByPosition() 1740 …auto startOffset = paragraphs_.ComputeCursorOffset(position, selectLineHeight, downStreamFirst, ne… in CalcCursorOffsetByPosition() 1778 bool RichEditorPattern::IsCustomSpanInCaretPos(int32_t position, bool downStreamFirst) in IsCustomSpanInCaretPos() argument 1781 auto start = downStreamFirst ? position : position - 1; in IsCustomSpanInCaretPos()
|