Home
last modified time | relevance | path

Searched refs:largeFontSizeScale_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_theme.h65 … theme->largeFontSizeScale_ = dialogPattern->GetAttr<double>("large_font_size_scale", 0.0); in Build()
92 return largeFontSizeScale_; in GetLargeFontSizeScale()
175 double largeFontSizeScale_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h116 theme->largeFontSizeScale_ = MENU_LARGE_FONT_SIZE_SCALE_; in ParsePattern()
316 return largeFontSizeScale_; in GetLargeFontSizeScale()
371 float largeFontSizeScale_ = 2.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h122 …theme->largeFontSizeScale_ = buttonPattern->GetAttr<double>("button_aging_large_font_size_scale", … in ParseAdditionalStylePattern()
417 return largeFontSizeScale_; in GetLargeFontSizeScale()
488 float largeFontSizeScale_ = 2.0f; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp40 agingAdapationDialogTheme->largeFontSizeScale_ = LARGE_FONT_SIZE_SCALE; in SetUpTestSuite()