Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_theme.h64 theme->bigFontSizeScale_ = dialogPattern->GetAttr<double>("big_font_size_scale", 0.0); in Build()
87 return bigFontSizeScale_; in GetBigFontSizeScale()
174 double bigFontSizeScale_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h115 theme->bigFontSizeScale_ = MENU_BIG_FONT_SIZE_SCALE; in ParsePattern()
311 return bigFontSizeScale_; in GetBigFontSizeScale()
370 float bigFontSizeScale_ = 1.75f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h121 …theme->bigFontSizeScale_ = buttonPattern->GetAttr<double>("button_aging_big_font_size_scale", 0.0); in ParseAdditionalStylePattern()
412 return bigFontSizeScale_; in GetBigFontSizeScale()
487 float bigFontSizeScale_ = 1.75f; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_test_ng.cpp39 agingAdapationDialogTheme->bigFontSizeScale_ = BIG_FONT_SIZE_SCALE; in SetUpTestSuite()