Home
last modified time | relevance | path

Searched refs:dst_maxy (Results 1 – 21 of 21) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/konami/
H A Dk053250.cpp269 int dst_maxy = (nScreenHeight - 1); //cliprect.max_y; in K053250Draw() local
325 line_end = dst_maxy; // the last scanline ends at the maximum Y clip location in K053250Draw()
H A Dk053247.cpp611 INT32 dst_minx, dst_maxx, dst_miny, dst_maxy; in zdrawgfxzoom32GP() local
658 dst_maxy = (nScreenHeight - 1); in zdrawgfxzoom32GP()
663 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in zdrawgfxzoom32GP()
692 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in zdrawgfxzoom32GP()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk053250.cpp230 int dst_maxy = cliprect.max_y; in draw() local
286 line_end = dst_maxy; // the last scanline ends at the maximum Y clip location in draw()
H A Dk053246_k053247_k055673.cpp461 int dst_minx, dst_maxx, dst_miny, dst_maxy; in zdrawgfxzoom32GP() local
504 dst_maxy = cliprect.max_y; in zdrawgfxzoom32GP()
509 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in zdrawgfxzoom32GP()
538 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in zdrawgfxzoom32GP()
H A Dk053250_ps.cpp288 int dst_maxy = cliprect.max_y; in draw() local
352 line_end = dst_maxy; // the last scanline ends at the maximum Y clip location in draw()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk053250.cpp230 int dst_maxy = cliprect.max_y; in draw() local
286 line_end = dst_maxy; // the last scanline ends at the maximum Y clip location in draw()
H A Dk053246_k053247_k055673.cpp461 int dst_minx, dst_maxx, dst_miny, dst_maxy; in zdrawgfxzoom32GP() local
504 dst_maxy = cliprect.max_y; in zdrawgfxzoom32GP()
509 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in zdrawgfxzoom32GP()
538 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in zdrawgfxzoom32GP()
H A Dk053250_ps.cpp288 int dst_maxy = cliprect.max_y; in draw() local
352 line_end = dst_maxy; // the last scanline ends at the maximum Y clip location in draw()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/konami/
H A Dk053250.cpp271 int dst_maxy = (nScreenHeight - 1); //cliprect.max_y; in K053250Draw() local
327 line_end = dst_maxy; // the last scanline ends at the maximum Y clip location in K053250Draw()
H A Dk053247.cpp609 INT32 dst_minx, dst_maxx, dst_miny, dst_maxy; in zdrawgfxzoom32GP() local
656 dst_maxy = (nScreenHeight - 1); in zdrawgfxzoom32GP()
661 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in zdrawgfxzoom32GP()
690 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in zdrawgfxzoom32GP()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsystem32_vidhrdw.c130 int dst_minx, dst_maxx, dst_miny, dst_maxy; in system32_draw_sprite() local
163 dst_maxy = cliprect->max_y; in system32_draw_sprite()
175 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in system32_draw_sprite()
193 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in system32_draw_sprite()
H A Dkonamiic.c8125 int dst_minx, dst_maxx, dst_miny, dst_maxy; in K053250_draw() local
8145 dst_maxy = cliprect->max_y; in K053250_draw()
8203 line_end = dst_maxy; // the last scanline ends at the maximum Y clip location in K053250_draw()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsystem32_vidhrdw.c130 int dst_minx, dst_maxx, dst_miny, dst_maxy; in system32_draw_sprite() local
163 dst_maxy = cliprect->max_y; in system32_draw_sprite()
175 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in system32_draw_sprite()
193 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in system32_draw_sprite()
H A Dkonamiic.c8643 int dst_minx, dst_maxx, dst_miny, dst_maxy; in K053250_draw() local
8663 dst_maxy = cliprect->max_y; in K053250_draw()
8721 line_end = dst_maxy; /* the last scanline ends at the maximum Y clip location*/ in K053250_draw()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSGImageUtils.hxx143 double &dst_minx, double &dst_miny, double &dst_maxx, double &dst_maxy);
H A DSGImageUtils.cxx721 double &dst_minx, double &dst_miny, double &dst_maxx, double &dst_maxy) in cropImage() argument
730 …int windowHeight = osg::clampBetween((int)ceil((dst_maxy - src_miny) / (src_maxy - src_miny) * (do… in cropImage()
754 dst_maxy = dst_miny + (double)windowHeight * res_t; in cropImage()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dkonamigx_machine.c531 int dst_minx, dst_maxx, dst_miny, dst_maxy; in zdrawgfxzoom32GP() local
577 dst_maxy = cliprect->max_y; in zdrawgfxzoom32GP()
582 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in zdrawgfxzoom32GP()
610 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in zdrawgfxzoom32GP()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dkonamigx_machine.c531 int dst_minx, dst_maxx, dst_miny, dst_maxy; in zdrawgfxzoom32GP() local
577 dst_maxy = cliprect->max_y; in zdrawgfxzoom32GP()
582 if (dst_x > dst_maxx || dst_y > dst_maxy) return; in zdrawgfxzoom32GP()
610 eax = dst_lasty; if ((eax -= dst_maxy) > 0) dst_h -= eax; in zdrawgfxzoom32GP()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DImageLayer.cpp824 double dst_minx, dst_miny, dst_maxx, dst_maxy; in assembleImage() local
825 key.getExtent().getBounds(dst_minx, dst_miny, dst_maxx, dst_maxy); in assembleImage()
H A DImageUtils139 *@param dst_maxy
145 double &dst_minx, double &dst_miny, double &dst_maxx, double &dst_maxy);
H A DImageUtils.cpp719 double &dst_minx, double &dst_miny, double &dst_maxx, double &dst_maxy) in cropImage() argument
728 …int windowHeight = osg::clampBetween( (int)ceil( (dst_maxy - src_miny) / (src_maxy - src_miny) … in cropImage()
752 dst_maxy = dst_miny + (double)windowHeight * res_t; in cropImage()