Home
last modified time | relevance | path

Searched refs:clip_top_unscaled (Results 1 – 10 of 10) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Drender.cpp175 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_aabitmap()
248 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_aabitmap_ex()
374 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_bitmap_ex()
525 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_string_old()
H A D2d.cpp1110 gr_screen.clip_top = gr_screen.clip_top_unscaled = 0; in gr_screen_resize()
1317 gr_screen.clip_top = gr_screen.clip_top_unscaled = 0; in gr_init_sub()
H A D2d.h681 …int clip_left_unscaled = 0, clip_right_unscaled = 0, clip_top_unscaled = 0, clip_bottom_unscaled =…
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengldraw.cpp154 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_opengl_aabitmap_ex()
268 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_opengl_aabitmap()
364 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_opengl_string()
537 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_opengl_line()
2085 int clip_top = ((do_resize) ? gr_screen.clip_top_unscaled : gr_screen.clip_top); in gr_opengl_bitmap_ex()
H A D2d.cpp432 gr_screen.clip_top = gr_screen.clip_top_unscaled = 0; in gr_screen_resize()
516 gr_screen.clip_top = gr_screen.clip_top_unscaled = 0; in gr_init_sub()
H A Dgropengl.cpp414 gr_screen.clip_top_unscaled = 0; in gr_opengl_set_clip()
459 gr_screen.clip_top = gr_screen.clip_top_unscaled = 0; in gr_opengl_reset_clip()
H A D2d.h322 int clip_left_unscaled, clip_right_unscaled, clip_top_unscaled, clip_bottom_unscaled; member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropengl.cpp173 gr_screen.clip_top_unscaled = 0; in gr_opengl_set_clip()
218 gr_screen.clip_top = gr_screen.clip_top_unscaled = 0; in gr_opengl_reset_clip()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp6422 if ( ypos < (half_gauge_length - gr_screen.clip_top_unscaled) ) in calculatePosition()
6432 if ( ypos < (half_gauge_length - gr_screen.clip_top_unscaled) ) in calculatePosition()
6438 } else if ( ypos <= gr_screen.clip_top_unscaled ) { in calculatePosition()
6439 ypos = i2fl(gr_screen.clip_top_unscaled); in calculatePosition()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp6378 if ( ypos < (half_gauge_length - gr_screen.clip_top_unscaled) ) in calculatePosition()
6388 if ( ypos < (half_gauge_length - gr_screen.clip_top_unscaled) ) in calculatePosition()
6394 } else if ( ypos <= gr_screen.clip_top_unscaled ) { in calculatePosition()
6395 ypos = i2fl(gr_screen.clip_top_unscaled); in calculatePosition()