Home
last modified time | relevance | path

Searched refs:gradientFontScale_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp81 gradientFontScale_ = ReCalcItemHeightScale(datePickerPattern->GetGradientHeight(), false); in Measure()
83 …o height = static_cast<float>(pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_ * in Measure()
96 auto gradientHeight = pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_; in Measure()
115 gradientFontScale_ / frameSize.Height(); in Measure()
165 gradientFontScale_)); in ChangeTextStyle()
189 pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_ * halfCount - in Layout()
H A Ddatepicker_column_layout_algorithm.h53 float gradientFontScale_ = 1.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp68 gradientFontScale_ = ReCalcItemHeightScale(timePickerPattern->GetGradientHeight(), false); in Measure()
70 …o height = static_cast<float>(pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_ * in Measure()
93 gradientFontScale_) / frameSize.Height(); in Measure()
142 …SetHeight(static_cast<float>(pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_)); in ChangeAmPmTextStyle()
166 pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_ * halfCount - in Layout()
H A Dtimepicker_column_layout_algorithm.h64 float gradientFontScale_ = 1.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp100 … (pickerTheme->GetGradientHeight().ConvertToPx()) * gradientFontScale_ / frameSize.Height(); in GetGradientPercent()
105 …Percent = static_cast<float>(pickerTheme->GetGradientHeight().ConvertToPx()) * gradientFontScale_ / in GetGradientPercent()
140 gradientFontScale_ = ReCalcItemHeightScale(textPickerPattern->GetGradientHeight(), false); in GetColumnSize()
147 … (static_cast<int32_t>(showCount_) - 1) * gradientFontScale_ + in GetColumnSize()
232 … static_cast<float>(pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_)); in ChangeTextStyle()
266 … pickerTheme->GetGradientHeight().ConvertToPx() * gradientFontScale_* (ITEM_HEIGHT_HALF + 1) - in Layout()
H A Dtextpicker_layout_algorithm.h79 float gradientFontScale_ = 1.0f; variable