Home
last modified time | relevance | path

Searched refs:dispheight (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_3dfx.c74 static uint32_t dispheight = 720; // 16:9 screen ratio?? variable
162 hint.height = dispheight; in create_window()
303 dispheight = (uint32_t) h; in update_target()
306 …targetoffset = vidpage0offset + (screenheight - dispheight)/2*screenwidth*screendepth + (screenwid… in update_target()
455 screen_to_screen_stretch_blt(targetoffset, vidpage2offset, dispwidth, dispheight); in flip_page()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_3dfx.c74 static uint32_t dispheight = 720; // 16:9 screen ratio?? variable
162 hint.height = dispheight; in create_window()
303 dispheight = (uint32_t) h; in update_target()
306 …targetoffset = vidpage0offset + (screenheight - dispheight)/2*screenwidth*screendepth + (screenwid… in update_target()
455 screen_to_screen_stretch_blt(targetoffset, vidpage2offset, dispwidth, dispheight); in flip_page()
/dports/editors/emacs/emacs-27.2/src/
H A Dxmenu.c2100 int dispwidth, dispheight; in x_menu_show() local
2255 dispheight = DisplayHeight (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f)); in x_menu_show()
2257 y = min (y, dispheight); in x_menu_show()
2267 if (uly+height > dispheight) in x_menu_show()
2269 y -= (uly + height) - dispheight; in x_menu_show()
2270 uly = dispheight - height; in x_menu_show()
2273 if (FRAME_HAS_MINIBUF_P (f) && uly+height > dispheight - 1) in x_menu_show()
H A Dterm.c3517 int dispwidth, dispheight; in tty_menu_show() local
3647 dispheight = f->text_lines; in tty_menu_show()
3649 y = min (y, dispheight); in tty_menu_show()
3658 if (uly + height > dispheight) in tty_menu_show()
3660 y -= (uly + height) - dispheight; in tty_menu_show()
3661 uly = dispheight - height; in tty_menu_show()
3664 if (FRAME_HAS_MINIBUF_P (f) && uly + height > dispheight - 2) in tty_menu_show()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxmenu.c2155 int dispwidth, dispheight; in x_menu_show() local
2310 dispheight = DisplayHeight (FRAME_X_DISPLAY (f), FRAME_X_SCREEN_NUMBER (f)); in x_menu_show()
2312 y = min (y, dispheight); in x_menu_show()
2322 if (uly+height > dispheight) in x_menu_show()
2324 y -= (uly + height) - dispheight; in x_menu_show()
2325 uly = dispheight - height; in x_menu_show()
2328 if (FRAME_HAS_MINIBUF_P (f) && uly+height > dispheight - 1) in x_menu_show()
H A Dterm.c3500 int dispwidth, dispheight; in tty_menu_show() local
3630 dispheight = f->text_lines; in tty_menu_show()
3632 y = min (y, dispheight); in tty_menu_show()
3641 if (uly + height > dispheight) in tty_menu_show()
3643 y -= (uly + height) - dispheight; in tty_menu_show()
3644 uly = dispheight - height; in tty_menu_show()
3647 if (FRAME_HAS_MINIBUF_P (f) && uly + height > dispheight - 2) in tty_menu_show()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_draw.cpp336 int16_t* dispheight) in TransformTile() argument
368 *dispheight = 0; in TransformTile()
378 *dispheight = static_cast<int16_t>(temp); in TransformTile()
H A D3d_def.h3352 int16_t* dispheight);
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_draw.c305 boolean TransformObject (int x, int y, int *dispx, int *dispheight) in TransformObject() argument
343 *dispheight = heightnumerator/nx; in TransformObject()