Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dgfx_func.h89 void GfxScroll(int left, int top, int width, int height, int xo, int yo);
H A Dgfx.cpp86 void GfxScroll(int left, int top, int width, int height, int xo, int yo) in GfxScroll() function
H A Dviewport.cpp316 GfxScroll(left, top, width, height, xo, yo); in DoSetViewportPosition()