Home
last modified time | relevance | path

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

/dports/games/bstone/bstone-1.1.9/src/
H A Dmarkhack.cpp37 extern int postheight;
50 if (postheight == 0) { in generic_draw_post()
56 int cur_step = (32L * 65536L) / postheight; in generic_draw_post()
79 int n = postheight; in generic_draw_post()
H A D3d_draw.cpp433 int postheight; variable
440 postheight = height; in ScalePost()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_draw.c3709 int postheight;
3736 postheight=yhigh-ylow+1;
3737 if (postheight>0)
3739 DrawSkyPost((byte *)bufferofs + (x>>2) + ylookup[ylow],src,postheight);
3741 DrawSkyPost((byte *)bufferofs + x + ylookup[ylow],src,postheight);