Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp928 bool res = richEditorPattern->SymbolSpanUpdateStyle(spanNode, updateSpanStyle, textStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h514 …bool SymbolSpanUpdateStyle(RefPtr<SpanNode>& spanNode, struct UpdateSpanStyle updateSpanStyle, Tex…
H A Drich_editor_pattern.cpp2065 bool RichEditorPattern::SymbolSpanUpdateStyle( in SymbolSpanUpdateStyle() function in OHOS::Ace::NG::RichEditorPattern
2112 if (SymbolSpanUpdateStyle(spanNode, updateSpanStyle_, textStyle)) { in UpdateSpanStyle()