Home
last modified time | relevance | path

Searched defs:downStreamFirst (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_cursor_test_ng.cpp278 bool downStreamFirst = true; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Dparagraph_manager.cpp687 int32_t index, float& selectLineHeight, bool downStreamFirst, bool needLineHighest) const in ComputeCursorOffset()
Drich_editor_pattern.cpp2077 int32_t position, float& selectLineHeight, bool downStreamFirst, bool needLineHighest) in CalcCursorOffsetByPosition()
2135 bool RichEditorPattern::IsCustomSpanInCaretPos(int32_t position, bool downStreamFirst) in IsCustomSpanInCaretPos()
10811 RectF RichEditorPattern::CreateNewLineRect(const int32_t position, const bool downStreamFirst) in OnBackPressed()