Home
last modified time | relevance | path

Searched refs:botinc (Results 1 – 6 of 6) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_draw.c2383 int botinc; in InterpolateWall() local
2401 botinc=d1-d2; in InterpolateWall()
2422 bot+=botinc; in InterpolateWall()
2442 int botinc; in InterpolateDoor() local
2466 botinc=d1-d2; in InterpolateDoor()
2521 bot+=botinc<<2; in InterpolateDoor()
2525 bot+=botinc; in InterpolateDoor()
2547 int botinc; in InterpolateMaskedWall() local
2607 botinc=d1-d2; in InterpolateMaskedWall()
2661 bot+=botinc<<2; in InterpolateMaskedWall()
[all …]
H A Drt_build.c189 int botinc; in InterpolatePlane() local
206 botinc=d1-d2; in InterpolatePlane()
224 bot+=botinc; in InterpolatePlane()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C1103 long i, l, ol, splc, sinc, x, topinc, top, botinc, bot, hplc, walxrepeat; in prepwall() local
1110 botinc = ((ry2[z]-ry1[z])>>8); in prepwall()
1112 bot = mulscale11(rx1[z]-rx2[z],xdimen)+mulscale2(botinc,i); in prepwall()
1127 top += topinc; bot += botinc; in prepwall()
1146 top += (topinc>>1); bot += (botinc>>1); in prepwall()
1160 bot += (botinc>>2); in prepwall()
3036 long xs, ys, xpos, ypos, xv, yv, top, topinc, bot, botinc, hplc, hinc; in drawsprite() local
3305 botinc = ((yp2-yp1)>>8); in drawsprite()
3306 bot = mulscale11(xp1-xp2,xdimen) + mulscale2(xb1[MAXWALLSB-1]-halfxdimen,botinc); in drawsprite()
3313 top += topinc; bot += botinc; in drawsprite()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C1142 long i, l, ol, splc, sinc, x, topinc, top, botinc, bot, hplc, walxrepeat; in prepwall() local
1149 botinc = ((ry2[z]-ry1[z])>>8); in prepwall()
1151 bot = mulscale11(rx1[z]-rx2[z],xdimen)+mulscale2(botinc,i); in prepwall()
1166 top += topinc; bot += botinc; in prepwall()
1185 top += (topinc>>1); bot += (botinc>>1); in prepwall()
1199 bot += (botinc>>2); in prepwall()
3075 long xs, ys, xpos, ypos, xv, yv, top, topinc, bot, botinc, hplc, hinc; in drawsprite() local
3344 botinc = ((yp2-yp1)>>8); in drawsprite()
3345 bot = mulscale11(xp1-xp2,xdimen) + mulscale2(xb1[MAXWALLSB-1]-halfxdimen,botinc); in drawsprite()
3352 top += topinc; bot += botinc; in drawsprite()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c1004 int i, l=0, ol=0, splc, sinc, x, topinc, top, botinc, bot, walxrepeat; in prepwall() local
1011 botinc = ((ry2[z]-ry1[z])>>8); in prepwall()
1013 bot = mulscale11(rx1[z]-rx2[z],xdimen)+mulscale2(botinc,i); in prepwall()
1028 top += topinc; bot += botinc; in prepwall()
1047 top += (topinc>>1); bot += (botinc>>1); in prepwall()
1061 bot += (botinc>>2); in prepwall()
2962 int xv, yv, top, topinc, bot, botinc, hplc, hinc; in drawsprite() local
3248 botinc = ((yp2-yp1)>>8); in drawsprite()
3249 bot = mulscale11(xp1-xp2,xdimen) + mulscale2(xb1[MAXWALLSB-1]-halfxdimen,botinc); in drawsprite()
3256 top += topinc; bot += botinc; in drawsprite()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp2225 const int32_t botinc = (ry2[z]-ry1[z])>>8; in prepwall() local
2227 int32_t bot = mulscale11(rx1[z]-rx2[z],xdimen) + mulscale2(botinc,tmpx); in prepwall()
2244 top += topinc; bot += botinc; in prepwall()
2267 top += (topinc>>1); bot += (botinc>>1); in prepwall()
2281 bot += (botinc>>2); in prepwall()
5527 const int32_t botinc = (p2.y-p1.y)>>8; in classicDrawSprite() local
5528 int32_t bot = mulscale11(p1.x-p2.x,xdimen) + mulscale2(sx1-halfxdimen,botinc); in classicDrawSprite()
5535 top += topinc; bot += botinc; in classicDrawSprite()