Home
last modified time | relevance | path

Searched refs:GetCurrentRect (Results 1 – 8 of 8) sorted by relevance

/dports/games/openttd/openttd-12.1/src/widgets/
H A Ddropdown.cpp448 Rect wi_rect = nwi->GetCurrentRect(); in ShowDropDownList()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/generic/
H A Dgridg.h144 wxRect& GetCurrentRect() const { return (wxRect&) m_currentRect; } in GetCurrentRect() function
/dports/games/openttd/openttd-12.1/src/
H A Dwidget_type.h165 Rect GetCurrentRect() const in GetCurrentRect() function
H A Dmusic_gui.cpp790 if (ClickVolumeSliderWidget(this->GetWidget<NWidgetBase>(widget)->GetCurrentRect(), pt, vol)) { in OnClick()
H A Dwidget.cpp1975 Rect r = this->GetCurrentRect(); in Draw()
2239 Rect r = this->GetCurrentRect(); in Draw()
2618 Rect r = this->GetCurrentRect(); in Draw()
H A Dstation_gui.cpp1441 const Rect r = wid->GetCurrentRect(); in OnPaint()
1469 Rect waiting_rect = nwi->GetCurrentRect(); in OnPaint()
H A Dsettings_gui.cpp479 if (ClickVolumeSliderWidget(this->GetWidget<NWidgetBase>(widget)->GetCurrentRect(), pt, vol)) { in OnClick()
H A Dwindow.cpp2039 caption_rect = caption->GetCurrentRect(); in EnsureVisibleCaption()