Home
last modified time | relevance | path

Searched refs:updateFontSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h72 updateFontSize.reset(); in ResetStyle()
103 std::optional<CalcDimension> updateFontSize = std::nullopt; member
155 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, updateFontSize); in ToString()
H A Drich_editor_pattern.cpp350 if (updateSpanStyle.updateFontSize.has_value()) { in CreateFontSpanByTextStyle()
1937 if (updateSpanStyle.updateFontSize.has_value()) { in UpdateTextStyle()
2242 updateSpanStyle.updateFontSize = spanStyle.GetFontSize(); in SetSelectSpanStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_content_modifier_test_ng.cpp140 typingStyle.updateFontSize = FONT_SIZE_VALUE; in SetTypingStyle()
H A Drich_editor_base_testone_ng.cpp108 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;
341 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;
H A Drich_editor_base_test_ng.cpp836 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE;
885 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE;
H A Drich_editor_styled_string_test_ng.cpp136 typingStyle.updateFontSize = FONT_SIZE_VALUE; in SetTypingStyle()
H A Drich_editor_test_ng.cpp1407 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE;
3699 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;
3935 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp155 paragraph_->updateFontSize(from, to, fontSize); in UpdateFontSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp221 updateSpanStyle_.updateFontSize = size; in ParseTextStyle()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/source/
H A Ddialog.ets1073 this.updateFontSize();
1112 private updateFontSize(): void {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2295 updateSpanStyle.updateFontSize = size; in ParseJsTextStyle()
2458 if (typingStyle.updateFontSize.has_value()) { in CreateTypingStyleResult()
2459 … tyingStyleObj->SetProperty<double>("fontSize", typingStyle.updateFontSize.value().ConvertToVp()); in CreateTypingStyleResult()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js3018 this.updateFontSize();
3070 updateFontSize() {