Searched defs:UpdateSpanStyle (Results 1 – 4 of 4) sorted by relevance
68 struct UpdateSpanStyle { struct69 void ResetStyle() in ResetStyle()102 std::optional<Color> updateTextColor = std::nullopt;103 std::optional<CalcDimension> updateFontSize = std::nullopt;105 std::optional<FontWeight> updateFontWeight = std::nullopt;119 std::optional<ImageFit> updateImageFit = std::nullopt;123 bool useThemeFontColor = true;124 bool useThemeDecorationColor = true;125 bool isInitDecoration = false;133 void UpdateColorByResourceId() in UpdateColorByResourceId()[all …]
50 void RichEditorController::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorController
2075 void RichEditorPattern::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
2105 void JSRichEditorController::UpdateSpanStyle(const JSCallbackInfo& info) in UpdateSpanStyle() function in OHOS::Ace::Framework::JSRichEditorController