Home
last modified time | relevance | path

Searched refs:ScrollTowards (Results 1 – 24 of 24) sorted by relevance

/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/game_sp/
H A DDisplay.h21 extern void ScrollTowards(int, int);
H A DMainGameLoop.c50 ScrollTowards(ScreenScrollXPos, ScreenScrollYPos); in subMainGameLoop_Main()
H A DDisplay.c40 void ScrollTowards(int X, int Y) in ScrollTowards() function
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/game_sp/
H A DDisplay.h21 extern void ScrollTowards(int, int);
H A DMainGameLoop.c50 ScrollTowards(ScreenScrollXPos, ScreenScrollYPos); in subMainGameLoop_Main()
H A DDisplay.c40 void ScrollTowards(int X, int Y) in ScrollTowards() function
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/game_sp/
H A DDisplay.h21 extern void ScrollTowards(int, int);
H A DMainGameLoop.c50 ScrollTowards(ScreenScrollXPos, ScreenScrollYPos); in subMainGameLoop_Main()
H A DDisplay.c40 void ScrollTowards(int X, int Y) in ScrollTowards() function
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/game_sp/
H A DDisplay.h21 extern void ScrollTowards(int, int);
H A DMainGameLoop.c50 ScrollTowards(ScreenScrollXPos, ScreenScrollYPos); in subMainGameLoop_Main()
H A DDisplay.c40 void ScrollTowards(int X, int Y) in ScrollTowards() function
/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_gui.cpp981 this->vscroll->ScrollTowards(pos); in OnClick()
1000 this->vscroll->ScrollTowards(pos); in OnClick()
1205 if (this->avail_pos >= 0) this->vscroll2->ScrollTowards(this->avail_pos); in UpdateScrollBars()
1337 this->vscroll2->ScrollTowards(this->avail_pos); in OnKeyPress()
1379 this->vscroll->ScrollTowards(to_pos); in OnDragDrop()
H A Dobject_gui.cpp70 this->vscroll->ScrollTowards(pos); in EnsureSelectedObjectClassIsVisible()
H A Dwidget_type.h775 void ScrollTowards(int position) in ScrollTowards() function
H A Dautoreplace_gui.cpp202 this->vscroll[1]->ScrollTowards(position); in GenerateLists()
H A Dgroup_gui.cpp1069 this->group_sb->ScrollTowards(id_g); in SelectGroup()
H A Dorder_gui.cpp894 this->vscroll->ScrollTowards(to); in OnInvalidateData()
H A Drail_gui.cpp934 this->vscroll->ScrollTowards(pos); in EnsureSelectedStationClassIsVisible()
H A Dvehicle_gui.cpp621 if (scroll_row < row) this->vscroll->ScrollTowards(scroll_row); in RefreshScrollbar()
H A Dwidget.cpp1618 this->sb->ScrollTowards(vpos); in SetClicked()
/dports/games/openttd/openttd-12.1/src/ai/
H A Dai_gui.cpp910 this->vscroll->ScrollTowards(this->selected_slot); in OnClick()
919 this->vscroll->ScrollTowards(this->selected_slot); in OnClick()
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_content_gui.cpp506 this->vscroll->ScrollTowards(this->list_pos); in ScrollToSelected()
H A Dnetwork_gui.cpp467 this->vscroll->ScrollTowards(this->list_pos); in ScrollToSelectedServer()