Home
last modified time | relevance | path

Searched defs:UpdateSpanStyle (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.h68 struct UpdateSpanStyle { struct
69 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 …]
H A Drich_editor_controller.cpp50 void RichEditorController::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorController
H A Drich_editor_pattern.cpp2075 void RichEditorPattern::UpdateSpanStyle( in UpdateSpanStyle() function in OHOS::Ace::NG::RichEditorPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2105 void JSRichEditorController::UpdateSpanStyle(const JSCallbackInfo& info) in UpdateSpanStyle() function in OHOS::Ace::Framework::JSRichEditorController