Home
last modified time | relevance | path

Searched refs:GetFontWeightScale (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_environment.cpp34 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 Djs_environment.h30 void GetFontWeightScale(const JSCallbackInfo& args);
/ohos5.0/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability_client.cpp98 int32_t UiAppearanceAbilityClient::GetFontWeightScale(std::string &fontWeightScale) in GetFontWeightScale() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbilityClient
104 return uiAppearanceServiceProxy_->GetFontWeightScale(fontWeightScale); in GetFontWeightScale()
H A Dui_appearance_ability_stub.cpp94 auto state = GetFontWeightScale(fontWeightScale); in OnGetFontWeightScaleInner()
H A Dui_appearance_ability_proxy.cpp143 int32_t UiAppearanceAbilityProxy::GetFontWeightScale(std::string &fontWeightScale) in GetFontWeightScale() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbilityProxy
H A Dui_appearance_ability.cpp689 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 Dui_appearance_ability_interface.h43 virtual int32_t GetFontWeightScale(std::string &fontWeightScale) = 0;
H A Dui_appearance_ability_proxy.h30 int32_t GetFontWeightScale(std::string& fontWeightScale) override;
H A Dui_appearance_ability_client.h43 int32_t GetFontWeightScale(std::string& fontWeightScale);
H A Dui_appearance_ability.h62 int32_t GetFontWeightScale(std::string& fontWeightScale) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/state_manage/
H A Dcj_environment.cpp77 .value = SystemProperties::GetFontWeightScale() in FfiOHOSAceFrameworkEnvironmentGetFontWeightScale()
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp83 float SystemProperties::GetFontWeightScale() in GetFontWeightScale() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ui_appearance/test/unittest/
H A Dui_appearance_test.cpp170 DarkModeTest::GetUiAppearanceAbilityTest()->GetFontWeightScale(fontWeightScale);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp189 float SystemProperties::GetFontWeightScale() in GetFontWeightScale() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h169 static float GetFontWeightScale();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp284 float fontWeightScale = SystemProperties::GetFontWeightScale(); in UpdateFontWeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp492 fontWeightValue = fontWeightValue * pipelineContext->GetFontWeightScale(); in ConvertTxtStyle()
723 fontWeightValue = fontWeightValue * pipelineContext->GetFontWeightScale(); in ConvertTxtStyle()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp613 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 Djs_ui_appearance.cpp416 auto ret = UiAppearanceAbilityClient::GetInstance()->GetFontWeightScale(fontWeightScale); in JSGetFontWeightScale()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp608 float fontWeightScale = SystemProperties::GetFontWeightScale(); in SetFontScaleAndWeightScale()
H A Dace_container.cpp2549 if (fontWeightScale != pipelineContext_->GetFontWeightScale()) { in SetFontScaleAndWeightScale()
H A Dui_content_impl.cpp1532 float fontWeightScale = SystemProperties::GetFontWeightScale(); in SetFontScaleAndWeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h793 float GetFontWeightScale() const in GetFontWeightScale() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp647 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 Dtext_pattern.cpp3091 auto fontWeightScale = pipeline->GetFontWeightScale(); in DumpScaleInfo()

12