Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_edit_testone_ng.cpp1211 std::optional<TextStyle> spanTextStyle; variable
Drich_editor_pattern_test_ng.cpp1043 std::optional<TextStyle> spanTextStyle; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp2163 std::optional<TextStyle> spanTextStyle = (*it)->GetTextStyle(); in SetSelectSpanStyle() local
9078 …rn::GetChangeSpanStyle(RichEditorChangeValue& changeValue, std::optional<TextStyle>& spanTextStyle, in OnBackPressed()
9164 std::optional<TextStyle> spanTextStyle = textStyle ? textStyle : typingTextStyle_; in OnBackPressed() local