Home
last modified time | relevance | path

Searched refs:GetHorizontalStepSize (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dwidget_type.h159 inline uint GetHorizontalStepSize(SizingType sizing) const;
213 inline uint NWidgetBase::GetHorizontalStepSize(SizingType sizing) const in GetHorizontalStepSize() function
H A Dnewgrf_gui.cpp1672 …his->inf->smallest_x, this->inf->smallest_x + inf_width, this->inf->GetHorizontalStepSize(sizing)); in AssignSizePosition()
1685 …his->avs->smallest_x, this->avs->smallest_x + avs_width, this->avs->GetHorizontalStepSize(sizing)); in AssignSizePosition()
1690 acs_width = ComputeMaxSize(min_acs_width, acs_width, this->acs->GetHorizontalStepSize(sizing)) - in AssignSizePosition()
1723 this->avs->GetHorizontalStepSize(sizing)); in AssignSizePosition()
1725 this->acs->GetHorizontalStepSize(sizing)); in AssignSizePosition()
H A Dwidget.cpp1144 uint hor_step = (sizing == ST_SMALLEST) ? 1 : child_wid->GetHorizontalStepSize(sizing); in AssignSizePosition()
1357 uint hor_step = child_wid->GetHorizontalStepSize(sizing); in AssignSizePosition()
1373 uint hor_step = child_wid->GetHorizontalStepSize(sizing); in AssignSizePosition()
1436 max_hor_fill = std::max(max_hor_fill, child_wid->GetHorizontalStepSize(ST_SMALLEST)); in SetupSmallestSize()
1444 uint step_size = child_wid->GetHorizontalStepSize(ST_SMALLEST); in SetupSmallestSize()
1521 uint hor_step = (sizing == ST_SMALLEST) ? 1 : child_wid->GetHorizontalStepSize(sizing); in AssignSizePosition()