Home
last modified time | relevance | path

Searched refs:GetNormalFontScale (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 …double adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMa… in AdjustFontSizeScale()
225 … std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale()
H A Dtimepicker_dialog_view.cpp707 textLayoutProperty->UpdateMaxFontScale(pickerTheme->GetNormalFontScale()); in UpdateConfirmButtonTextLayoutProperty()
789 textCancelLayoutProperty->UpdateMaxFontScale(pickerTheme->GetNormalFontScale()); in UpdateCancelButtonTextLayoutProperty()
1031 auto adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale()
1109 … std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetTitleFontScaleLimit()); in ConvertTitleFontScaleValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp227 double adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale()
248 double adjustedScale = std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), in ReCalcItemHeightScale()
H A Ddatepicker_dialog_view.cpp759 textLayoutProperty->UpdateMaxFontScale(pickerTheme->GetNormalFontScale()); in UpdateConfirmButtonTextLayoutProperty()
773 textCancelLayoutProperty->UpdateMaxFontScale(pickerTheme->GetNormalFontScale()); in UpdateCancelButtonTextLayoutProperty()
2022 auto adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale()
2100 … std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetTitleFontScaleLimit()); in ConvertTitleFontScaleValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp310 double adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale()
331 double adjustedScale = std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), in ReCalcItemHeightScale()
H A Dtextpicker_dialog_view.cpp582 textLayoutProperty->UpdateMaxFontScale(pickerTheme->GetNormalFontScale()); in UpdateConfirmButtonTextLayoutProperty()
597 textCancelLayoutProperty->UpdateMaxFontScale(pickerTheme->GetNormalFontScale()); in UpdateCancelButtonTextLayoutProperty()
1495 auto adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h491 double GetNormalFontScale() const in GetNormalFontScale() function