Home
last modified time | relevance | path

Searched refs:ghalfx (Results 1 – 2 of 2) sorted by relevance

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymost.c2045 x0 = ghalfx*xp0*ryp0 + ghalfx; in polymost_drawalls()
2046 x1 = ghalfx*xp1*ryp1 + ghalfx; in polymost_drawalls()
2270 _x0 = ghalfx*_xp0*_ryp0 + ghalfx; in polymost_drawalls()
2271 _x1 = ghalfx*_xp1*_ryp1 + ghalfx; in polymost_drawalls()
2604 _x0 = ghalfx*_xp0*_ryp0 + ghalfx; in polymost_drawalls()
3059 gshang = r/sqrt(r*r+ghalfx*ghalfx); in polymost_drawrooms()
3290 x0 = ghalfx*xp0*ryp0 + ghalfx; in polymost_drawmaskwall()
3291 x1 = ghalfx*xp1*ryp1 + ghalfx; in polymost_drawmaskwall()
3475 sx0 = ghalfx*xp0*ryp0 + ghalfx; in polymost_drawsprite()
3541 sx0 = ghalfx*xp0*ryp0 + ghalfx; in polymost_drawsprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dpolymost.cpp4783 (fsearchx-ghalfx)/ghalfx*ratio, in polymost_editorfunc()
4930 double const px[3] = { x0, x1, (double)ghalfx * ox2 * oy2 + ghalfx }; in polymost_internal_nonparallaxed()
5410 float const x0 = ghalfx*p0.x*ryp0 + ghalfx, x1 = ghalfx*p1.x*ryp1 + ghalfx; in polymost_drawalls()
5713 sky_x0 = ghalfx*skyp0.x*sky_ryp0 + ghalfx; in polymost_drawalls()
5714 sky_x1 = ghalfx*skyp1.x*sky_ryp1 + ghalfx; in polymost_drawalls()
6138 sky_x0 = ghalfx*skyp0.x*sky_ryp0 + ghalfx; in polymost_drawalls()
6139 sky_x1 = ghalfx*skyp1.x*sky_ryp1 + ghalfx; in polymost_drawalls()
7224 float const x0 = ghalfx*p0.x*ryp0 + ghalfx; in polymost_drawmaskwallinternal()
7225 float const x1 = ghalfx*p1.x*ryp1 + ghalfx; in polymost_drawmaskwallinternal()
8458 float sx0 = ghalfx * p0.x * f + ghalfx; in polymost_drawsprite()
[all …]