Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Drender.cpp173 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_aabitmap()
246 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_aabitmap_ex()
372 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_bitmap_ex()
523 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_string_old()
H A D2d.cpp1109 gr_screen.clip_left = gr_screen.clip_left_unscaled = 0; in gr_screen_resize()
1316 gr_screen.clip_left = gr_screen.clip_left_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.cpp152 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_opengl_aabitmap_ex()
266 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_opengl_aabitmap()
362 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_opengl_string()
535 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_opengl_line()
2083 int clip_left = ((do_resize) ? gr_screen.clip_left_unscaled : gr_screen.clip_left); in gr_opengl_bitmap_ex()
H A D2d.cpp431 gr_screen.clip_left = gr_screen.clip_left_unscaled = 0; in gr_screen_resize()
515 gr_screen.clip_left = gr_screen.clip_left_unscaled = 0; in gr_init_sub()
H A Dgropengl.cpp412 gr_screen.clip_left_unscaled = 0; in gr_opengl_set_clip()
458 gr_screen.clip_left = gr_screen.clip_left_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.cpp171 gr_screen.clip_left_unscaled = 0; in gr_opengl_set_clip()
217 gr_screen.clip_left = gr_screen.clip_left_unscaled = 0; in gr_opengl_reset_clip()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp6428 } else if ( xpos <= gr_screen.clip_left_unscaled ) { in calculatePosition()
6429 xpos = i2fl(gr_screen.clip_left_unscaled); in calculatePosition()
6442 if ( xpos < ( half_gauge_length - gr_screen.clip_left_unscaled) ) in calculatePosition()
6452 if ( xpos < ( half_gauge_length - gr_screen.clip_left_unscaled) ) in calculatePosition()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp6384 } else if ( xpos <= gr_screen.clip_left_unscaled ) { in calculatePosition()
6385 xpos = i2fl(gr_screen.clip_left_unscaled); in calculatePosition()
6398 if ( xpos < ( half_gauge_length - gr_screen.clip_left_unscaled) ) in calculatePosition()
6408 if ( xpos < ( half_gauge_length - gr_screen.clip_left_unscaled) ) in calculatePosition()