Home
last modified time | relevance | path

Searched refs:Scroll_screen (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/grafx2/grafx2/src/
H A Dspecial.h43 void Scroll_screen(short delta_x,short delta_y);
H A Dengine.c913 Scroll_screen(0,-(Screen_height>>3)); in Main_handler()
920 Scroll_screen(0,(Screen_height>>3)); in Main_handler()
927 Scroll_screen(-(Screen_width>>3),0); in Main_handler()
934 Scroll_screen((Screen_width>>3),0); in Main_handler()
948 Scroll_screen(0,(Screen_height>>2)); in Main_handler()
955 Scroll_screen(-(Screen_width>>2),0); in Main_handler()
962 Scroll_screen((Screen_width>>2),0); in Main_handler()
969 Scroll_screen(0,-1); in Main_handler()
976 Scroll_screen(0,1); in Main_handler()
983 Scroll_screen(-1,0); in Main_handler()
[all …]
H A Dspecial.c299 void Scroll_screen(short delta_x,short delta_y) in Scroll_screen() function
H A Doperatio.c4142 Scroll_screen(start_x-Paintbrush_X,start_y-Paintbrush_Y); in Pan_view_12_2()