Searched refs:adjustedScale (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_layout_algorithm.cpp | 204 …double adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMa… in AdjustFontSizeScale() local 207 result = fontSizeValue / fontScale * adjustedScale; in AdjustFontSizeScale() 224 double adjustedScale = in ReCalcItemHeightScale() local 226 if (!NearZero(adjustedScale)) { in ReCalcItemHeightScale() 228 … userSetHeightValue / adjustedScale * PERCENT_120 + (themePadding.ConvertToPx() * DIVIDER_SIZE); in ReCalcItemHeightScale()
|
H A D | timepicker_dialog_view.cpp | 1031 auto adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale() local 1033 return fontSizeValue * adjustedScale; in AdjustFontSizeScale() 1108 auto adjustedScale = in ConvertTitleFontScaleValue() local 1113 return (fontSizeValue * adjustedScale); in ConvertTitleFontScaleValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 227 double adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale() local 231 result = fontSizeValue / fontScale * adjustedScale; in AdjustFontSizeScale() 248 double adjustedScale = std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), in ReCalcItemHeightScale() local 250 if (!NearZero(adjustedScale)) { in ReCalcItemHeightScale() 251 userSetHeightValue = userSetHeightValue / adjustedScale * PERCENT_120 + in ReCalcItemHeightScale()
|
H A D | datepicker_dialog_view.cpp | 2022 auto adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale() local 2024 return fontSizeValue * adjustedScale; in AdjustFontSizeScale() 2099 auto adjustedScale = in ConvertTitleFontScaleValue() local 2104 return (fontSizeValue * adjustedScale); in ConvertTitleFontScaleValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_algorithm.cpp | 310 double adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale() local 314 result = fontSizeValue / fontScale * adjustedScale; in AdjustFontSizeScale() 331 double adjustedScale = std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), in ReCalcItemHeightScale() local 333 if (!NearZero(adjustedScale)) { in ReCalcItemHeightScale() 334 userSetHeightValue = userSetHeightValue / adjustedScale * PERCENT_120 + in ReCalcItemHeightScale()
|
H A D | textpicker_dialog_view.cpp | 1495 auto adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), in AdjustFontSizeScale() local 1497 return fontSizeValue * adjustedScale; in AdjustFontSizeScale()
|