Home
last modified time | relevance | path

Searched refs:dst_lastx (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk053246_k053247_k055673.cpp462 int dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; in zdrawgfxzoom32GP() local
527 dst_lastx = dst_x + dst_w - 1; in zdrawgfxzoom32GP()
528 if (dst_lastx < dst_minx) return; in zdrawgfxzoom32GP()
535 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in zdrawgfxzoom32GP()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk053246_k053247_k055673.cpp462 int dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; in zdrawgfxzoom32GP() local
527 dst_lastx = dst_x + dst_w - 1; in zdrawgfxzoom32GP()
528 if (dst_lastx < dst_minx) return; in zdrawgfxzoom32GP()
535 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in zdrawgfxzoom32GP()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsystem32_vidhrdw.c131 …int dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; // Buy Warren Spector's Deus Ex2. It… in system32_draw_sprite() local
176 dst_lastx = dst_x + dst_w - 1; in system32_draw_sprite()
177 if (dst_lastx < dst_minx) return; in system32_draw_sprite()
190 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in system32_draw_sprite()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsystem32_vidhrdw.c131 …int dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; /* Buy Warren Spector's Deus Ex2. It… in system32_draw_sprite() local
176 dst_lastx = dst_x + dst_w - 1; in system32_draw_sprite()
177 if (dst_lastx < dst_minx) return; in system32_draw_sprite()
190 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in system32_draw_sprite()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/konami/
H A Dk053247.cpp612 INT32 dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; in zdrawgfxzoom32GP() local
681 dst_lastx = dst_x + dst_w - 1; in zdrawgfxzoom32GP()
682 if (dst_lastx < dst_minx) return; in zdrawgfxzoom32GP()
689 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in zdrawgfxzoom32GP()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/konami/
H A Dk053247.cpp610 INT32 dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; in zdrawgfxzoom32GP() local
679 dst_lastx = dst_x + dst_w - 1; in zdrawgfxzoom32GP()
680 if (dst_lastx < dst_minx) return; in zdrawgfxzoom32GP()
687 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in zdrawgfxzoom32GP()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dkonamigx_machine.c532 int dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; in zdrawgfxzoom32GP() local
599 dst_lastx = dst_x + dst_w - 1; in zdrawgfxzoom32GP()
600 if (dst_lastx < dst_minx) return; in zdrawgfxzoom32GP()
607 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in zdrawgfxzoom32GP()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dkonamigx_machine.c532 int dst_skipx, dst_skipy, dst_x, dst_y, dst_lastx, dst_lasty; in zdrawgfxzoom32GP() local
599 dst_lastx = dst_x + dst_w - 1; in zdrawgfxzoom32GP()
600 if (dst_lastx < dst_minx) return; in zdrawgfxzoom32GP()
607 eax = dst_lastx; if ((eax -= dst_maxx) > 0) dst_w -= eax; in zdrawgfxzoom32GP()