Home
last modified time | relevance | path

Searched refs:yplc (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Dsound.h16 void playsound_loc(int nSound, int32_t xplc, int32_t yplc);
H A Dsound.cpp469 void playsound_loc(int nSound, int32_t xplc, int32_t yplc) in playsound_loc() argument
471 SND_PlaySound(nSound, xplc, yplc, 1, 0); in playsound_loc()
/dports/games/NBlood/NBlood-a1689a4/source/kenbuild/src/
H A Dkdmeng.cpp81 static intptr_t xplc[NUMCHANNELS], yplc[NUMCHANNELS]; variable
461 yplc[chanum] = *dayplc; in wsayfollow()
466 yplc[chanum] = ((intptr_t)dayplc); in wsayfollow()
504 oy = yplc[i]; in preparesndbuf()
509 stempptr = (int *)yplc[i]; oy = *stempptr; in preparesndbuf()
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dkdmsound.c66 static intptr_t xplc[NUMCHANNELS], yplc[NUMCHANNELS]; variable
210 yplc[chanum] = (intptr_t)*dayplc; in wsayfollow()
215 yplc[chanum] = ((intptr_t)dayplc); in wsayfollow()
411 oy = (int)yplc[i]; in preparekdmsndbuf()
416 oy = *(int *)yplc[i]; in preparekdmsndbuf()
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Deditor.h73 int getpointhighlight(int xplc, int yplc);
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DKDMENG.C65 static long xplc[NUMCHANNELS], yplc[NUMCHANNELS], vol[NUMCHANNELS]; variable
873 yplc[chanum] = *dayplc; in wsayfollow()
878 yplc[chanum] = ((long)dayplc); in wsayfollow()
934 oy = yplc[i]; in preparesndbuf()
939 stempptr = (long *)yplc[i]; oy = *stempptr; in preparesndbuf()
H A DA.ASM1101 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1193 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1761 ;edi: yplc.............
H A DBUILD.C5150 getlinehighlight(long xplc, long yplc) in getlinehighlight() argument
5160 getclosestpointonwall(xplc,yplc,i,&nx,&ny); in getlinehighlight()
5161 dst = klabs(xplc-nx)+klabs(yplc-ny); in getlinehighlight()
5172 if (dmulscale32(xplc-x1,y2-y1,-(x2-x1),yplc-y1) >= 0) in getlinehighlight()
5179 getpointhighlight(long xplc, long yplc) in getpointhighlight() argument
5193 dst = klabs(xplc-wall[i].x) + klabs(yplc-wall[i].y); in getpointhighlight()
5200 dst = klabs(xplc-sprite[i].x) + klabs(yplc-sprite[i].y); in getpointhighlight()
5207 adjustmark(long *xplc, long *yplc, short danumwalls) in adjustmark() argument
5220 day = *yplc; in adjustmark()
5223 dst = klabs((*xplc)-wall[i].x) + klabs((*yplc)-wall[i].y); in adjustmark()
[all …]
H A DENGINE.C3074 long yplc, yinc, z, z1, z2, xp1, yp1, xp2, yp2; in drawsprite() local
3956 long lx, rx, nx, ny, zx, zy, x1, y1, z1, x2, y2, z2, yplc, yinc, bufplc; in drawvox() local
4136 yplc = 0; yinc = 0; in drawvox()
4143 if (z1 < daumost[lx]) { yplc = yinc*(daumost[lx]-z1); z1 = daumost[lx]; } else yplc = 0; in drawvox()
4148 drawslab(rx,yplc,z2,yinc,(long)&voxptr[3],ylookup[z1]+lx+frameoffset); in drawvox()
6553 long xsiz, ysiz, xoff, yoff, npoints, yplc, yinc, lx, rx, xx, xend; in dorotatesprite() local
6634 yplc = y1 + mulscale16((dax1<<16)+65535-x1,yinc); in dorotatesprite()
6635 qinterpolatedown16short((long)(&uplc[dax1]),dax2-dax1,yplc,yinc); in dorotatesprite()
6639 yplc = y2 + mulscale16((dax2<<16)+65535-x2,yinc); in dorotatesprite()
6640 qinterpolatedown16short((long)(&dplc[dax2]),dax1-dax2,yplc,yinc); in dorotatesprite()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DKDMENG.C65 static long xplc[NUMCHANNELS], yplc[NUMCHANNELS], vol[NUMCHANNELS]; variable
873 yplc[chanum] = *dayplc; in wsayfollow()
878 yplc[chanum] = ((long)dayplc); in wsayfollow()
934 oy = yplc[i]; in preparesndbuf()
939 stempptr = (long *)yplc[i]; oy = *stempptr; in preparesndbuf()
H A DA.ASM1101 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1193 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1761 ;edi: yplc.............
H A DBUILD.C5150 getlinehighlight(long xplc, long yplc) in getlinehighlight() argument
5160 getclosestpointonwall(xplc,yplc,i,&nx,&ny); in getlinehighlight()
5161 dst = klabs(xplc-nx)+klabs(yplc-ny); in getlinehighlight()
5172 if (dmulscale32(xplc-x1,y2-y1,-(x2-x1),yplc-y1) >= 0) in getlinehighlight()
5179 getpointhighlight(long xplc, long yplc) in getpointhighlight() argument
5193 dst = klabs(xplc-wall[i].x) + klabs(yplc-wall[i].y); in getpointhighlight()
5200 dst = klabs(xplc-sprite[i].x) + klabs(yplc-sprite[i].y); in getpointhighlight()
5207 adjustmark(long *xplc, long *yplc, short danumwalls) in adjustmark() argument
5220 day = *yplc; in adjustmark()
5223 dst = klabs((*xplc)-wall[i].x) + klabs((*yplc)-wall[i].y); in adjustmark()
[all …]
H A DENGINE.C3035 long yplc, yinc, z, z1, z2, xp1, yp1, xp2, yp2; in drawsprite() local
3917 long lx, rx, nx, ny, zx, zy, x1, y1, z1, x2, y2, z2, yplc, yinc, bufplc; in drawvox() local
4096 yplc = 0; yinc = 0; in drawvox()
4103 if (z1 < daumost[lx]) { yplc = yinc*(daumost[lx]-z1); z1 = daumost[lx]; } else yplc = 0; in drawvox()
4108 drawslab(rx,yplc,z2,yinc,(long)&voxptr[3],ylookup[z1]+lx+frameoffset); in drawvox()
6513 long xsiz, ysiz, xoff, yoff, npoints, yplc, yinc, lx, rx, xx, xend; in dorotatesprite() local
6594 yplc = y1 + mulscale16((dax1<<16)+65535-x1,yinc); in dorotatesprite()
6595 qinterpolatedown16short((long)(&uplc[dax1]),dax2-dax1,yplc,yinc); in dorotatesprite()
6599 yplc = y2 + mulscale16((dax2<<16)+65535-x2,yinc); in dorotatesprite()
6600 qinterpolatedown16short((long)(&dplc[dax2]),dax1-dax2,yplc,yinc); in dorotatesprite()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dkplib.c174 static int gslidew = 0, gslider = 0, xm, xmn[4], xr0, xr1, xplc, yplc; variable
560 xplc = xsizbpl; yplc = globyoffs+iyoff; xm = 0; filt = -1; in initpass()
563 k = (((-(yplc>=0))|(iystp-1))&yplc); in initpass()
919 if ((unsigned int)yplc < (unsigned int)yres) in putbuf()
975 xplc = xsizbpl; yplc += iystp; in putbuf()
976 if ((intlac) && (yplc >= globyoffs+ysiz)) { intlac--; initpass(); } in putbuf()
1172 if ((yplc >= yres) && (intlac < 2)) goto kpngrend_goodret; in kpngrend()
1224 if ((yplc >= yres) && (intlac < 2)) goto kpngrend_goodret; in kpngrend()
H A Dbuild.c126 int adjustmark(int *xplc, int *yplc, short danumwalls);
146 int getlinehighlight(int xplc, int yplc);
5607 int getlinehighlight(int xplc, int yplc) in getlinehighlight() argument
5617 getclosestpointonwall(xplc,yplc,i,&nx,&ny); in getlinehighlight()
5618 dst = klabs(xplc-nx)+klabs(yplc-ny); in getlinehighlight()
5629 if (dmulscale32(xplc-x1,y2-y1,-(x2-x1),yplc-y1) >= 0) in getlinehighlight()
5636 int getpointhighlight(int xplc, int yplc) in getpointhighlight() argument
5650 dst = klabs(xplc-wall[i].x) + klabs(yplc-wall[i].y); in getpointhighlight()
5664 int adjustmark(int *xplc, int *yplc, short danumwalls) in adjustmark() argument
5677 day = *yplc; in adjustmark()
[all …]
H A Da.nasm1275 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1327 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1379 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1973 ;edi: yplc.............
H A Da.wasm1104 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1148 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1196 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1764 ;edi: yplc.............
H A Da.masm1245 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1297 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1349 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1949 ;edi: yplc.............
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dkplib.cpp124 static int32_t gslidew = 0, gslider = 0, xm, xmn[4], xr0, xr1, xplc, yplc; variable
352 xplc = xsizbpl; yplc = iyoff; xm = 0; filt = -1; in initpass()
355 k = (((-(yplc>=0))|(iystp-1))&yplc); in initpass()
643 if ((uint32_t)yplc < (uint32_t)kp_yres) in putbuf()
677 xplc = xsizbpl; yplc += iystp; in putbuf()
678 if ((intlac) && (yplc >= ysiz)) { intlac--; initpass(); } in putbuf()
867 if ((yplc >= kp_yres) && (intlac < 2)) goto kpngrend_goodret; in kpngrend()
920 if ((yplc >= kp_yres) && (intlac < 2)) goto kpngrend_goodret; in kpngrend()
H A Dbuild.cpp237 static int32_t adjustmark(int32_t *xplc, int32_t *yplc, int16_t danumwalls);
248 static int32_t getlinehighlight(int32_t xplc, int32_t yplc, int32_t line, int8_t ignore_pointhighli…
8709 static int32_t getlinehighlight(int32_t xplc, int32_t yplc, int32_t line, int8_t ignore_pointhighli… in getlinehighlight() argument
8733 dayplc = yplc; in getlinehighlight()
8783 int32_t getpointhighlight(int32_t xplc, int32_t yplc, int32_t point) in getpointhighlight() argument
8806 dst = klabs(xplc-wall[j].x) + klabs(yplc-wall[j].y); in getpointhighlight()
8836 dst = klabs(xplc-sprite[i].x) + klabs(yplc-sprite[i].y); in getpointhighlight()
8864 static int32_t adjustmark(int32_t *xplc, int32_t *yplc, int16_t danumwalls) in adjustmark() argument
8877 day = *yplc; in adjustmark()
8883 dst = klabs((*xplc)-wall[i].x) + klabs((*yplc)-wall[i].y); in adjustmark()
[all …]
H A Da.nasm1502 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1554 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1606 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
2202 ;edi: yplc.............
H A Da.masm1358 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1410 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
1462 ;eax = 0, ebx = x, ecx = cnt, edx = y, esi = yplc, edi = p
2062 ;edi: yplc.............
H A Dengine.cpp5067 int32_t yplc, yinc=0; in classicDrawVoxel() local
5073 yplc = 0; yinc = 0; in classicDrawVoxel()
5084 if (z1 < um) { yplc = yinc*(um-z1); z1 = um; } in classicDrawVoxel()
5085 else yplc = 0; in classicDrawVoxel()
5090 yplc = ((voxptr[1])<<16) - yplc + yinc; in classicDrawVoxel()
5099 drawslab(rx, yplc, z2, yinc, (intptr_t)&voxptr[3], ylookup[z1]+lx+frameoffset); in classicDrawVoxel()
7335 int32_t xsiz, ysiz, xoff, yoff, npoints, yplc, yinc, lx, rx; in dorotatesprite() local
7440 yplc = y1 + mulscale16((dax1<<16)+65535-x1,yinc); in dorotatesprite()
7446 qinterpolatedown16short((intptr_t)&uplc[dax1], dax2-dax1, yplc, yinc); in dorotatesprite()
7450 yplc = y2 + mulscale16((dax2<<16)+65535-x2,yinc); in dorotatesprite()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_things.cpp2549 int z1a[64], z2a[64], yplc[64]; in R_DrawVoxel() local
2788 yplc[xxx] = 0; in R_DrawVoxel()
2795 yplc[xxx] = yinc * (daumost[lxt + xxx] - z1); in R_DrawVoxel()
2800 yplc[xxx] = 0; in R_DrawVoxel()
2826 R_DrawSlab(xxr - xxl, yplc[xxl], z2 - z1, yinc, col, ylookup[z1] + lxt + xxl + dc_destorg); in R_DrawVoxel()
2843 dc_texturefrac = yplc[xxl]; in R_DrawVoxel()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Deditor.h345 int32_t getpointhighlight(int32_t xplc, int32_t yplc, int32_t point);

12