Home
last modified time | relevance | path

Searched refs:GetMaxTwoFontScale (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp204 …cale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()
225 … std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale()
H A Dtimepicker_dialog_view.cpp1032 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()
1054 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp228 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()
249 pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale()
H A Ddatepicker_dialog_view.cpp2023 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()
2045 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp311 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()
332 pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale()
H A Dtextpicker_dialog_view.cpp1496 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()
1518 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h501 double GetMaxTwoFontScale() const in GetMaxTwoFontScale() function