Home
last modified time | relevance | path

Searched refs:botheight (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dhh_sm510.h99 …void dualv_common(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight
100 void sm510_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight);
101 void sm511_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight);
102 void sm512_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dhh_sm510.h99 …void dualv_common(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight
100 void sm510_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight);
101 void sm511_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight);
102 void sm512_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight);
/dports/games/xglk/xglk/
H A Dxglk.c187 int botheight; in xglk_arrange_window() local
189 botheight = plainfonts.lineheight+4; in xglk_arrange_window()
191 xmsg_resize(0, xio_hgt-botheight, xio_wid, botheight); in xglk_arrange_window()
196 box.height = xio_hgt-botheight; in xglk_arrange_window()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c2160 float topheight, botheight; in us_3dshowpoly() local
2220 botheight = (depth - thickness/2.0f) * lambda; in us_3dshowpoly()
2245 poly3d->x[0] = (float)lx; poly3d->y[0] = (float)ly; poly3d->z[0] = botheight; in us_3dshowpoly()
2246 poly3d->x[1] = (float)lx; poly3d->y[1] = (float)hy; poly3d->z[1] = botheight; in us_3dshowpoly()
2247 poly3d->x[2] = (float)hx; poly3d->y[2] = (float)hy; poly3d->z[2] = botheight; in us_3dshowpoly()
2248 poly3d->x[3] = (float)hx; poly3d->y[3] = (float)ly; poly3d->z[3] = botheight; in us_3dshowpoly()
2256 poly3d->x[2] = (float)lx; poly3d->y[2] = (float)hy; poly3d->z[2] = botheight; in us_3dshowpoly()
2257 poly3d->x[3] = (float)lx; poly3d->y[3] = (float)ly; poly3d->z[3] = botheight; in us_3dshowpoly()
2265 poly3d->x[2] = (float)hx; poly3d->y[2] = (float)hy; poly3d->z[2] = botheight; in us_3dshowpoly()
2266 poly3d->x[3] = (float)lx; poly3d->y[3] = (float)hy; poly3d->z[3] = botheight; in us_3dshowpoly()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_segs.c701 if (overflow_test > (INT64)CLAMPMAX) rlight->botheight = CLAMPMAX; in R_RenderThickSideRange()
702 else if (overflow_test > (INT64)CLAMPMIN) rlight->botheight = (fixed_t)overflow_test; in R_RenderThickSideRange()
703 else rlight->botheight = CLAMPMIN; in R_RenderThickSideRange()
709 rlight->botheightstep = (rlight->botheightstep-rlight->botheight)/(range); in R_RenderThickSideRange()
894 rlight->botheight += rlight->botheightstep; in R_RenderThickSideRange()
978 bheight = rlight->botheight - (FRACUNIT >> 1); in R_RenderThickSideRange()
979 rlight->botheight += rlight->botheightstep; in R_RenderThickSideRange()
1002 rlight->botheight += rlight->botheightstep; in R_RenderThickSideRange()
1475 dc_lightlist[i].botheight += dc_lightlist[i].botheightstep; in R_RenderSegLoop()
2440 rlight->botheight = (centeryfrac>>4) - FixedMul(leftheight, rw_scale); in R_StoreWallRange()
[all …]
H A Dr_defs.h216 fixed_t botheight; member
H A Dr_draw8.c2102 bheight = dc_lightlist[i].botheight >> LIGHTSCALESHIFT; in R_DrawColumnShadowed_8()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_segs.c1416 …rlight->botheight = (centeryfrac) - FixedMul((lightheight - viewz), dm_yscale) - rlight->botheight… in R_RenderThickSideRange()
1562 rlight->botheight += rlight->botheightstep; in R_RenderThickSideRange()
1637 rlight->botheight += rlight->botheightstep; in R_RenderThickSideRange()
1638 bheight = rlight->botheight - (FRACUNIT >> 1); in R_RenderThickSideRange()
1664 rlight->botheight += rlight->botheightstep; in R_RenderThickSideRange()
2301 dc_lightlist[i].botheight += dc_lightlist[i].botheightstep; in R_RenderSegLoop()
2998 …rlight->botheight = FIXED_TO_HEIGHTFRAC(centeryfrac) - FixedMul( FIXED_TO_HEIGHTFRAC(*ff_light->ca… in R_StoreWallRange()
H A Dr_defs.h292 fixed_t botheight; member
H A Dr_draw.c720 bheight = dc_lightlist[i].botheight >> 12; in R_DrawColumnShadowed()
H A Dr_draw8.c1362 bheight = dc_lightlist[i].botheight >> 12;
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dhh_sm510.cpp468 …ate::dualv_common(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in dualv_common() argument
472 mcfg_svg_screen(config, botwidth, botheight, "screen_bottom"); in dualv_common()
477 …tate::sm510_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in sm510_dualv() argument
480 dualv_common(config, topwidth, topheight, botwidth, botheight); in sm510_dualv()
483 …tate::sm511_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in sm511_dualv() argument
486 dualv_common(config, topwidth, topheight, botwidth, botheight); in sm511_dualv()
489 …tate::sm512_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in sm512_dualv() argument
492 dualv_common(config, topwidth, topheight, botwidth, botheight); in sm512_dualv()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dhh_sm510.cpp468 …ate::dualv_common(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in dualv_common() argument
472 mcfg_svg_screen(config, botwidth, botheight, "screen_bottom"); in dualv_common()
477 …tate::sm510_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in sm510_dualv() argument
480 dualv_common(config, topwidth, topheight, botwidth, botheight); in sm510_dualv()
483 …tate::sm511_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in sm511_dualv() argument
486 dualv_common(config, topwidth, topheight, botwidth, botheight); in sm511_dualv()
489 …tate::sm512_dualv(machine_config &config, u16 topwidth, u16 topheight, u16 botwidth, u16 botheight) in sm512_dualv() argument
492 dualv_common(config, topwidth, topheight, botwidth, botheight); in sm512_dualv()
/dports/devel/git-svn/git-2.34.1/gitk-git/
H A Dgitk2148 set geometry(botheight) [expr {15 * $linespc}]
2365 ${NS}::frame .bleft -width $geometry(botwidth) -height $geometry(botheight)
/dports/devel/git-gui/git-2.34.1/gitk-git/
H A Dgitk2148 set geometry(botheight) [expr {15 * $linespc}]
2365 ${NS}::frame .bleft -width $geometry(botwidth) -height $geometry(botheight)
/dports/devel/git-p4/git-2.34.1/gitk-git/
H A Dgitk2148 set geometry(botheight) [expr {15 * $linespc}]
2365 ${NS}::frame .bleft -width $geometry(botwidth) -height $geometry(botheight)
/dports/devel/git/git-2.34.1/gitk-git/
H A Dgitk2148 set geometry(botheight) [expr {15 * $linespc}]
2365 ${NS}::frame .bleft -width $geometry(botwidth) -height $geometry(botheight)
/dports/devel/git-cvs/git-2.34.1/gitk-git/
H A Dgitk2148 set geometry(botheight) [expr {15 * $linespc}]
2365 ${NS}::frame .bleft -width $geometry(botwidth) -height $geometry(botheight)
/dports/devel/cgit/cgit-1.2.3/git/gitk-git/
H A Dgitk2145 set geometry(botheight) [expr {15 * $linespc}]
2362 ${NS}::frame .bleft -width $geometry(botwidth) -height $geometry(botheight)