Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp1211 std::optional<TextStyle> spanTextStyle; variable
H A Drich_editor_pattern_test_ng.cpp1016 std::optional<TextStyle> spanTextStyle; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2236 std::optional<TextStyle> spanTextStyle = (*it)->GetTextStyle(); in SetSelectSpanStyle() local
9461 …rn::GetChangeSpanStyle(RichEditorChangeValue& changeValue, std::optional<TextStyle>& spanTextStyle, in OnBackPressed()
9547 std::optional<TextStyle> spanTextStyle = textStyle ? textStyle : typingTextStyle_; in OnBackPressed() local