Searched refs:GetMaxTwoFontScale (Results 1 – 7 of 7) sorted by relevance
204 …cale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()225 … std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale()
1032 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()1054 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue()
228 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()249 pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale()
2023 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()2045 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue()
311 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()332 pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale()
1496 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale()1518 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue()
501 double GetMaxTwoFontScale() const in GetMaxTwoFontScale() function