Home
last modified time | relevance | path

Searched refs:updateSymbolFontWeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h97 updateSymbolFontWeight.reset(); in ResetStyle()
129 std::optional<FontWeight> updateSymbolFontWeight = std::nullopt; member
H A Drich_editor_pattern.cpp1990 if (updateSpanStyle.updateSymbolFontWeight.has_value()) { in UpdateSymbolStyle()
1991 spanNode->UpdateFontWeight(updateSpanStyle.updateSymbolFontWeight.value()); in UpdateSymbolStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_test_ng.cpp1294 updateSpanStyle.updateSymbolFontWeight = FONT_WEIGHT_BOLD;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1432 updateSpanStyle.updateSymbolFontWeight = ConvertStrToFontWeight(weight); in ParseJsSymbolSpanStyle()