Home
last modified time | relevance | path

Searched refs:hsyncstartpos (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dcustom.h122 extern int hsyncstartpos, hsyncendpos;
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dcustom.h140 extern int hsyncstartpos, hsyncendpos;
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp194 int hsyncendpos, hsyncstartpos; variable
3611 record_color_change2 (hsyncstartpos, 0xffff, 0);
4068 int start = hsyncstartpos; //hbstrt;
4291 hsyncstartpos = hsstrt;
4297 if (hsyncstartpos < hbstrt)
4298 hsyncstartpos = hbstrt;
4300 if (hsyncstartpos > hbstrt)
4301 hsyncstartpos = hbstrt;
4313 if (hsyncstartpos < hsyncendpos)
4314 hsyncstartpos = maxhpos + hsyncstartpos;
[all …]
H A Ddrawing.cpp439 if (hblank_right_stop > coord_hw_to_window_x (hsyncstartpos * 2)) in set_blanking_limits()
440 hblank_right_stop = coord_hw_to_window_x (hsyncstartpos * 2); in set_blanking_limits()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c209 int hsyncendpos, hsyncstartpos; variable
2182 curr_color_changes[idx + 1].linepos = hsyncstartpos * 2; in record_color_change()
2790 record_color_change2 (hsyncstartpos, 0xffff, 0); in finish_decisions()
3018 write_log (_T(" HSYNCSTART=%04X HSYNCEND=%04X\n"), hsyncstartpos, hsyncendpos); in dumpsync()
3332 hsyncstartpos = hbstrt; in init_hz()
3334 hsyncstartpos = maxhpos + hbstrt; in init_hz()
3340 hsyncstartpos = maxhpos_short + 13; in init_hz()
6714 if (diwlastword_total > coord_diw_to_window_x (hsyncstartpos * 2)) in hsync_handler_post()
6715 diwlastword_total = coord_diw_to_window_x (hsyncstartpos * 2); in hsync_handler_post()
H A Ddrawing.c405 if (hblank_right_stop > coord_hw_to_window_x (hsyncstartpos * 2)) in set_blanking_limits()
406 hblank_right_stop = coord_hw_to_window_x (hsyncstartpos * 2); in set_blanking_limits()
987 int hs = coord_hw_to_window_x (hsyncstartpos * 2); in fill_line()