Searched refs:updateItalicFontStyle (Results 1 – 9 of 9) sorted by relevance
73 updateItalicFontStyle.reset(); in ResetStyle()104 std::optional<FontStyle> updateItalicFontStyle = std::nullopt; member156 JSON_STRING_PUT_OPTIONAL_INT(jsonValue, updateItalicFontStyle); in ToString()
353 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()
141 typingStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE; in SetTypingStyle()
837 updateSpanStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE;886 updateSpanStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE;
137 typingStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE; in SetTypingStyle()
394 …EXPECT_EQ(richEditorPattern->GetUpdateSpanStyle().updateItalicFontStyle, OHOS::Ace::FontStyle::ITA…
1408 updateSpanStyle.updateItalicFontStyle = ITALIC_FONT_STYLE_VALUE;
223 updateSpanStyle_.updateItalicFontStyle = FONTSTYLE_TYPES[nativeStyle.fontStyle]; in ParseTextStyle()
2307 … 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()