/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_environment.cpp | 34 JSClass<JSEnvironment>::CustomMethod("getFontWeightScale", &JSEnvironment::GetFontWeightScale); in JSBind() 104 void JSEnvironment::GetFontWeightScale(const JSCallbackInfo& args) in GetFontWeightScale() function in OHOS::Ace::Framework::JSEnvironment 107 auto weightScale = SystemProperties::GetFontWeightScale(); in GetFontWeightScale()
|
H A D | js_environment.h | 30 void GetFontWeightScale(const JSCallbackInfo& args);
|
/ohos5.0/foundation/arkui/ui_appearance/services/src/ |
H A D | ui_appearance_ability_client.cpp | 98 int32_t UiAppearanceAbilityClient::GetFontWeightScale(std::string &fontWeightScale) in GetFontWeightScale() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbilityClient 104 return uiAppearanceServiceProxy_->GetFontWeightScale(fontWeightScale); in GetFontWeightScale()
|
H A D | ui_appearance_ability_stub.cpp | 94 auto state = GetFontWeightScale(fontWeightScale); in OnGetFontWeightScaleInner()
|
H A D | ui_appearance_ability_proxy.cpp | 143 int32_t UiAppearanceAbilityProxy::GetFontWeightScale(std::string &fontWeightScale) in GetFontWeightScale() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbilityProxy
|
H A D | ui_appearance_ability.cpp | 689 int32_t UiAppearanceAbility::GetFontWeightScale(std::string& fontWeightScale) in GetFontWeightScale() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbility
|
/ohos5.0/foundation/arkui/ui_appearance/services/include/ |
H A D | ui_appearance_ability_interface.h | 43 virtual int32_t GetFontWeightScale(std::string &fontWeightScale) = 0;
|
H A D | ui_appearance_ability_proxy.h | 30 int32_t GetFontWeightScale(std::string& fontWeightScale) override;
|
H A D | ui_appearance_ability_client.h | 43 int32_t GetFontWeightScale(std::string& fontWeightScale);
|
H A D | ui_appearance_ability.h | 62 int32_t GetFontWeightScale(std::string& fontWeightScale) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/ |
H A D | cj_environment.cpp | 77 .value = SystemProperties::GetFontWeightScale() in FfiOHOSAceFrameworkEnvironmentGetFontWeightScale()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_system_properties.cpp | 83 float SystemProperties::GetFontWeightScale() in GetFontWeightScale() function in OHOS::Ace::SystemProperties
|
/ohos5.0/foundation/arkui/ui_appearance/test/unittest/ |
H A D | ui_appearance_test.cpp | 170 DarkModeTest::GetUiAppearanceAbilityTest()->GetFontWeightScale(fontWeightScale);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 189 float SystemProperties::GetFontWeightScale() in GetFontWeightScale() function in OHOS::Ace::SystemProperties
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | system_properties.h | 169 static float GetFontWeightScale();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | font_manager.cpp | 284 float fontWeightScale = SystemProperties::GetFontWeightScale(); in UpdateFontWeightScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | constants_converter.cpp | 492 fontWeightValue = fontWeightValue * pipelineContext->GetFontWeightScale(); in ConvertTxtStyle() 723 fontWeightValue = fontWeightValue * pipelineContext->GetFontWeightScale(); in ConvertTxtStyle()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 613 ACE_WEAK_SYM float SystemProperties::GetFontWeightScale() in GetFontWeightScale() function in OHOS::Ace::SystemProperties
|
/ohos5.0/foundation/arkui/ui_appearance/interfaces/kits/napi/src/ |
H A D | js_ui_appearance.cpp | 416 auto ret = UiAppearanceAbilityClient::GetInstance()->GetFontWeightScale(fontWeightScale); in JSGetFontWeightScale()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 608 float fontWeightScale = SystemProperties::GetFontWeightScale(); in SetFontScaleAndWeightScale()
|
H A D | ace_container.cpp | 2549 if (fontWeightScale != pipelineContext_->GetFontWeightScale()) { in SetFontScaleAndWeightScale()
|
H A D | ui_content_impl.cpp | 1532 float fontWeightScale = SystemProperties::GetFontWeightScale(); in SetFontScaleAndWeightScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 793 float GetFontWeightScale() const in GetFontWeightScale() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 647 fontWeightValue = fontWeightValue * pipelineContext->GetFontWeightScale(); in MeasureTextInner() 781 fontWeightValue = fontWeightValue * pipelineContext->GetFontWeightScale(); in MeasureTextSizeInner()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 3091 auto fontWeightScale = pipeline->GetFontWeightScale(); in DumpScaleInfo()
|