Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_things.cpp2541 int i, j, k, x, y, syoff, ggxstart, ggystart, nxoff; in R_DrawVoxel() local
2692 ggystart = gystart - ggxinc[ys]; in R_DrawVoxel()
2700 ny = ggystart + ggyinc[x]; in R_DrawVoxel()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C3912 long i, j, k, x, y, z, syoff, ggxstart, ggystart, nxoff; in drawvox() local
4044 ggystart = gystart-ggxinc[ys]; in drawvox()
4052 ny = ggystart+ggyinc[x]; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C3951 long i, j, k, x, y, z, syoff, ggxstart, ggystart, nxoff; in drawvox() local
4084 ggystart = gystart-ggxinc[ys]; in drawvox()
4092 ny = ggystart+ggyinc[x]; in drawvox()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c2730 int i, j, k, x, y, syoff, ggxstart, ggystart, nxoff; in drawvox() local
2877 ggystart = gystart-ggxinc[ys]; in drawvox()
2885 ny = ggystart+ggyinc[x]; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp4985 const voxint_t ggystart = gystart - ggxinc[ys]; in classicDrawVoxel() local
4994 voxint_t ny = ggystart + ggyinc[x]; in classicDrawVoxel()