Home
last modified time | relevance | path

Searched refs:ghoriz (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/yafaray/libYafaRay-3.5.1/src/backgrounds/
H A Dgradientback.cc42 color_t gzenith, ghoriz, szenith, shoriz; member in gradientBackground_t
49 gzenith(gzcol), ghoriz(ghcol), szenith(szcol), shoriz(shcol), withIBL(ibl), shootCaustic(with_caust… in gradientBackground_t()
77 color = blend * gzenith + (1.f - blend) * ghoriz; in eval()
87 color_t gzenith, ghoriz, szenith(0.4f, 0.5f, 1.f), shoriz(1.f); in factory() local
98 ghoriz = shoriz; in factory()
99 params.getParam("horizon_ground_color", ghoriz); in factory()
108 …background_t *gradBG = new gradientBackground_t(gzenith*p, ghoriz*p, szenith*p, shoriz*p, bgl, tr… in factory()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymost.c1055 oy = dpy[i]-ghoriz; in drawpoly()
1077 py[j] = oy*r + ghoriz; in drawpoly()
2083 gdo = -ghoriz*gdy; in polymost_drawalls()
2316 gdo = -ghoriz*gdy; in polymost_drawalls()
2378 gdo = -ghoriz*gdy; in polymost_drawalls()
2419 gdo = -ghoriz*gdy; in polymost_drawalls()
2652 gdo = -ghoriz*gdy; in polymost_drawalls()
2711 gdo = -ghoriz*gdy; in polymost_drawalls()
3690 gdo = -ghoriz*gdy; in polymost_drawsprite()
3851 oghoriz = ghoriz; ghoriz = (double)(ydim>>1); in polymost_dorotatesprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dpolymost.cpp60 static float ghoriz, ghoriz2; variable
4784 ((fsearchy-ghoriz)*16.f*(240.f/320.f))/ghoriz }; in polymost_editorfunc()
4861 otex.d = -ghoriz * ytex.d; in polymost_internal_nonparallaxed()
4934 double py[3] = { ryp0 + (double)ghoriz, ryp1 + (double)ghoriz, oy2 + (double)ghoriz }; in polymost_internal_nonparallaxed()
5419 float const cy0 = (cz-globalposz)*ryp0 + ghoriz, fy0 = (fz-globalposz)*ryp0 + ghoriz; in polymost_drawalls()
5422 float const cy1 = (cz-globalposz)*ryp1 + ghoriz, fy1 = (fz-globalposz)*ryp1 + ghoriz; in polymost_drawalls()
6893 ghoriz = (float)(ydimen>>1); in polymost_drawrooms()
7424 ghoriz = (float)(ydimen>>1); in polymost_prepareMirror()
9116 float const oghoriz = ghoriz; in polymost_dorotatesprite()
9117 ghoriz = fydim * .5f; in polymost_dorotatesprite()
[all …]