Home
last modified time | relevance | path

Searched refs:swall (Results 1 – 16 of 16) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_segs.h36 void PrepWall (fixed_t *swall, fixed_t *lwall, fixed_t walxrepeat, int x1, int x2);
45 extern fixed_t swall[MAXWIDTH];
H A Dr_bsp.h84 ptrdiff_t swall; // type fixed_t member
H A Dr_segs.cpp91 fixed_t swall[MAXWIDTH]; variable
305 MaskedSWall = (fixed_t *)(openings + ds->swall) - ds->x1; in R_RenderMaskedSegRange()
581 MaskedSWall = (fixed_t *)(openings + ds->swall) - ds->x1; in R_RenderFakeWall()
1886 call_wallscan(x1, x2, walltop, wallbottom, swall, lwall, yscale, false); in R_RenderSegLoop()
1929 call_wallscan(x1, x2, walltop, wallupper, swall, lwall, yscale, false); in R_RenderSegLoop()
1975 call_wallscan(x1, x2, walllower, wallbottom, swall, lwall, yscale, false); in R_RenderSegLoop()
2505 ds_p->swall = R_NewOpening ((stop - start) * 2); in R_StoreWallRange()
2508 swal = (fixed_t *)(openings + ds_p->swall); in R_StoreWallRange()
2521 *swal++ = swall[i]; in R_StoreWallRange()
2955 swall[x] = xs_RoundToInt(frac * depth_scale + depth_org); in PrepWall()
[all …]
H A Dr_plane.cpp856 extern fixed_t swall[MAXWIDTH];
930 clearbuf (swall+pl->left, pl->right-pl->left, dc_iscale<<2); in R_DrawSky()
964 wallscan (pl->left, pl->right, (short *)pl->top, (short *)pl->bottom, swall, lwall, in R_DrawSky()
1013 wallscan (pl->left, pl->right, top, bot, swall, lwall, rw_pic->yScale, in R_DrawSkyStriped()
1282 ds_p->maskedtexturecol = ds_p->swall = -1; in R_DrawSkyBoxes()
H A Dr_things.cpp432 PrepWall(swall, lwall, spr->pic->GetWidth() << FRACBITS, x1, x2); in R_DrawWallSprite()
555 dc_iscale = MulScale16 (swall[dc_x], rw_offset); in R_WallSpriteColumn()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/registry/bdb/
H A Dseqdatabase.ini16 dbname=swall
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/registry/flat/
H A Dseqdatabase.ini16 dbname=swall
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Dseqdatabase.ini21 dbname=swall
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/effects/control/
H A Dwin_win.cfg37 ] where obj = object(me.type+'.swall', x+(img_w*3)/2, y+pix_size[1]*2+img_h/2, facing),
193 id: "swall",
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp2236 swall[x] = mulscale21(l,sinc)+splc; in prepwall()
2259 swall[x+2] = (swall[x]+swall[x+4])>>1; in prepwall()
2260 swall[x+1] = (swall[x]+swall[x+2])>>1; in prepwall()
2261 swall[x+3] = (swall[x+4]+swall[x+2])>>1; in prepwall()
2276 swall[x+1] = (swall[x]+swall[x+2])>>1; in prepwall()
6478 if (smost[k+x] < swall[x]) swall[x] = smost[k+x]; in classicDrawSprite()
6479 if (smost[k+x+1] < swall[x+1]) swall[x+1] = smost[k+x+1]; in classicDrawSprite()
6480 if (smost[k+x+2] < swall[x+2]) swall[x+2] = smost[k+x+2]; in classicDrawSprite()
6481 if (smost[k+x+3] < swall[x+3]) swall[x+3] = smost[k+x+3]; in classicDrawSprite()
6485 if (smost[k+x] < swall[x]) swall[x] = smost[k+x]; in classicDrawSprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C1139 swall[x+2] = ((swall[x]+swall[x+4])>>1); in prepwall()
1140 swall[x+1] = ((swall[x]+swall[x+2])>>1); in prepwall()
1141 swall[x+3] = ((swall[x+4]+swall[x+2])>>1); in prepwall()
1155 swall[x+1] = ((swall[x]+swall[x+2])>>1); in prepwall()
2071 vinc = swall[x]*globalyscale; in transmaskvline()
2107 vince[0] = swall[x]*globalyscale; in transmaskvline2()
2108 vince[1] = swall[x2]*globalyscale; in transmaskvline2()
3815 clearbufbyte((long)&swall[dalx2],(darx2-dalx2+1)*sizeof(swall[0]),0L); in drawsprite()
3826 if (smost[k+x] < swall[x]) swall[x] = smost[k+x]; in drawsprite()
3831 if (lwall[rx] >= swall[rx]) in drawsprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C1178 swall[x+2] = ((swall[x]+swall[x+4])>>1); in prepwall()
1179 swall[x+1] = ((swall[x]+swall[x+2])>>1); in prepwall()
1180 swall[x+3] = ((swall[x+4]+swall[x+2])>>1); in prepwall()
1194 swall[x+1] = ((swall[x]+swall[x+2])>>1); in prepwall()
1811 vinc = swall[x]*globalyscale; in transmaskvline()
1847 vince[0] = swall[x]*globalyscale; in transmaskvline2()
1848 vince[1] = swall[x2]*globalyscale; in transmaskvline2()
3854 clearbufbyte((long)&swall[dalx2],(darx2-dalx2+1)*sizeof(swall[0]),0L); in drawsprite()
3865 if (smost[k+x] < swall[x]) swall[x] = smost[k+x]; in drawsprite()
3870 if (lwall[rx] >= swall[rx]) in drawsprite()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c1022 swall[x] = mulscale21(l,sinc)+splc; in prepwall()
1040 swall[x+2] = ((swall[x]+swall[x+4])>>1); in prepwall()
1041 swall[x+1] = ((swall[x]+swall[x+2])>>1); in prepwall()
1042 swall[x+3] = ((swall[x+4]+swall[x+2])>>1); in prepwall()
1056 swall[x+1] = ((swall[x]+swall[x+2])>>1); in prepwall()
1866 vinc = swall[x]*globalyscale; in transmaskvline()
1906 vince[0] = swall[x]*globalyscale; in transmaskvline2()
1907 vince[1] = swall[x2]*globalyscale; in transmaskvline2()
3774 if (smost[k+x] < swall[x]) swall[x] = smost[k+x]; in drawsprite()
3779 if (lwall[rx] >= swall[rx]) in drawsprite()
[all …]
/dports/mail/thunderbird-dictionaries/dictionaries/spell-sv.xpi/
H A Dsv.dic15095 N�swall/A
/dports/textproc/p5-Unicode-Tussle/Unicode-Tussle-1.111/data/
H A Dwords.utf8437870 swall × swall → swale
437871 swallswall [n.]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/docs/
H A Dusecode.dis118150 db 'rd!" Glenno smiles as if he were a tomcat who had just swall'