Home
last modified time | relevance | path

Searched defs:fontSizeScale (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/resources/base/profile/
H A Dconfiguration.json3 "fontSizeScale": "followSystem" string
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/resources/base/profile/
H A Dconfiguration.json3 "fontSizeScale" : "followSystem" string
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/FormRenderService/entry/src/main/resources/base/profile/
H A Dconfiguration.json3 "fontSizeScale": "followSystem", string
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/resources/base/profile/
H A Dconfiguration.json3 "fontSizeScale" : "followSystem", string
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/AppScope/resources/base/profile/
H A Dconfiguration.json3 "fontSizeScale": "followSystem", string
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_configuration.cpp81 …std::string fontSizeScale = configuration.GetItem(AAFwk::GlobalConfigurationKey::SYSTEM_FONT_SIZE_… in WrapConfiguration() local
129 double fontSizeScale = 0.0; in UnwrapConfiguration() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp184 auto fontSizeScale = pipeline->GetFontScale(); in SetTitleIdealSize() local
341 auto fontSizeScale = pipeline->GetFontScale(); in SetCalendarIdealSize() local
530 auto fontSizeScale = pipeline->GetFontScale(); in CreateButtonNode() local
590 auto fontSizeScale = pipeline->GetFontScale(); in UpdateButtonLayoutProperty() local
825 auto fontSizeScale = pipelineContext->GetFontScale(); in SetCalendarPaintProperties() local
994 auto fontSizeScale = pipelineContext->GetFontScale(); in UpdatePaintProperties() local
1051 auto fontSizeScale = pipelineContext->GetFontScale(); in UpdateButtons() local
H A Dcalendar_dialog_pattern.cpp1298 auto fontSizeScale = pipelineContext->GetFontScale(); in OnLanguageConfigurationUpdate() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_data_struct_converter.cpp113 …std::string fontSizeScale = configuration.GetItem(AAFwk::GlobalConfigurationKey::SYSTEM_FONT_SIZE_… in CreateJsConfiguration() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp68 auto fontSizeScale = pipeline->GetFontScale(); in Measure() local
237 auto fontSizeScale = pipeline->GetFontScale(); in Layout() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/application_context/
H A Dapplication_context.js164 setFontSizeScale(fontSizeScale) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_pattern.cpp457 auto fontSizeScale = pipelineContext->GetFontScale(); in UpdateTitleNode() local
H A Dcalendar_paint_method.cpp675 auto fontSizeScale = pipelineContext->GetFontScale(); in SetCalendarTheme() local
H A Dcalendar_month_pattern.cpp75 auto fontSizeScale = pipeline->GetFontScale(); in GetDaySize() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js904 let fontSizeScale = uiContext.getHostContext()?.config?.fontSizeScale ?? 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp92 auto fontSizeScale = pipeline->GetFontScale(); in GetAgeFontSize() local
787 auto fontSizeScale = pipeline->GetFontScale(); in UpdateButtonFontSize() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp1043 float fontSizeScale = pipeline->GetFontScale(); in ConvertFontScaleValue() local
1116 … auto fontSizeScale = pickerTheme->GetTitleFontScaleLimit() / pipeline->GetFontScale(); in ConvertTitleFontScaleValue() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_context.cpp739 bool ApplicationContext::SetFontSizeScale(double fontSizeScale) in SetFontSizeScale()
H A Djs_application_context_utils.cpp715 double fontSizeScale = 1; in OnSetFontSizeScale() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp2034 float fontSizeScale = pipeline->GetFontScale(); in ConvertFontScaleValue() local
2107 … auto fontSizeScale = pickerTheme->GetTitleFontScaleLimit() / pipeline->GetFontScale(); in ConvertTitleFontScaleValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp1507 float fontSizeScale = pipeline->GetFontScale(); in ConvertFontScaleValue() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2538 float fontSizeScale = StringUtils::StringToFloat(parsedConfig.fontScale); in SetFontScaleAndWeightScale() local