Home
last modified time | relevance | path

Searched refs:ggyinc (Results 1 – 5 of 5) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_things.cpp2625 fixed_t *ggyinc = ggxinc + (j + 1); in R_DrawVoxel() local
2629 ggyinc[i] = y; y += gyinc; in R_DrawVoxel()
2691 ggxstart = gxstart + ggyinc[ys]; in R_DrawVoxel()
2700 ny = ggystart + ggyinc[x]; in R_DrawVoxel()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C65 static long ggxinc[MAXXSIZ+1], ggyinc[MAXXSIZ+1]; variable
3978 ggyinc[i] = y; y += gyinc; in drawvox()
4043 ggxstart = gxstart+ggyinc[ys]; in drawvox()
4052 ny = ggystart+ggyinc[x]; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C69 static long ggxinc[MAXXSIZ+1], ggyinc[MAXXSIZ+1]; variable
4018 ggyinc[i] = y; y += gyinc; in drawvox()
4083 ggxstart = gxstart+ggyinc[ys]; in drawvox()
4092 ny = ggystart+ggyinc[x]; in drawvox()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c57 static int ggxinc[MAXXSIZ+1], ggyinc[MAXXSIZ+1]; variable
2809 ggyinc[i] = y; y += gyinc; in drawvox()
2876 ggxstart = gxstart+ggyinc[ys]; in drawvox()
2885 ny = ggystart+ggyinc[x]; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp105 static int32_t ggxinc[MAXXSIZ+1], ggyinc[MAXXSIZ+1]; variable
4859 ggyinc[i] = y; y += gyinc; in classicDrawVoxel()
4984 const voxint_t ggxstart = gxstart + ggyinc[ys]; in classicDrawVoxel()
4994 voxint_t ny = ggystart + ggyinc[x]; in classicDrawVoxel()