Home
last modified time | relevance | path

Searched refs:updateItalicFontStyle (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h73 updateItalicFontStyle.reset(); in ResetStyle()
104 std::optional<FontStyle> updateItalicFontStyle = std::nullopt; member
156 JSON_STRING_PUT_OPTIONAL_INT(jsonValue, updateItalicFontStyle); in ToString()
H A Drich_editor_pattern.cpp353 if (updateSpanStyle.updateItalicFontStyle.has_value()) { in CreateFontSpanByTextStyle()
1941 if (updateSpanStyle.updateItalicFontStyle.has_value()) { in UpdateTextStyle()
2243 updateSpanStyle.updateItalicFontStyle = spanStyle.GetFontStyle(); in SetSelectSpanStyle()
2255 updateSpanStyle.updateItalicFontStyle = updateSpanStyle_.updateItalicFontStyle; in SetSelectSpanStyle()
2256 spanStyle.SetFontStyle(updateSpanStyle_.updateItalicFontStyle.value()); in SetSelectSpanStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_content_modifier_test_ng.cpp141 typingStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE; in SetTypingStyle()
H A Drich_editor_base_test_ng.cpp837 updateSpanStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE;
886 updateSpanStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE;
H A Drich_editor_styled_string_test_ng.cpp137 typingStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE; in SetTypingStyle()
H A Drich_editor_keyboard_shortcut_test_ng.cpp394 …EXPECT_EQ(richEditorPattern->GetUpdateSpanStyle().updateItalicFontStyle, OHOS::Ace::FontStyle::ITA…
H A Drich_editor_test_ng.cpp1408 updateSpanStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp223 updateSpanStyle_.updateItalicFontStyle = FONTSTYLE_TYPES[nativeStyle.fontStyle]; in ParseTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2307 … updateSpanStyle.updateItalicFontStyle = static_cast<FontStyle>(fontStyle->ToNumber<int32_t>()); in ParseJsTextStyle()
2474 if (typingStyle.updateItalicFontStyle.has_value()) { in CreateTypingStyleResult()
2476 "fontStyle", static_cast<int32_t>(typingStyle.updateItalicFontStyle.value())); in CreateTypingStyleResult()