Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dgfx_func.h88 void RedrawScreenRect(int left, int top, int right, int bottom);
H A Dviewport.cpp312 RedrawScreenRect(left, top, left + width, top + height); in DoSetViewportPosition()
319 RedrawScreenRect(left, top, xo + left, top + height); in DoSetViewportPosition()
323 RedrawScreenRect(left + width + xo, top, left + width, top + height); in DoSetViewportPosition()
328 RedrawScreenRect(left, top, width + left, top + yo); in DoSetViewportPosition()
330 RedrawScreenRect(left, top + height + yo, width + left, top + height); in DoSetViewportPosition()
H A Dgfx.cpp1573 void RedrawScreenRect(int left, int top, int right, int bottom) in RedrawScreenRect() function
1662 RedrawScreenRect(left, top, right, bottom); in DrawDirtyBlocks()