Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dk053936.cpp547 const rectangle &dst_cliprect, const rectangle &src_cliprect, in K053936GP_copyroz32clip() argument
582 sx = dst_cliprect.min_x; in K053936GP_copyroz32clip()
583 tx = dst_cliprect.max_x - sx + 1; in K053936GP_copyroz32clip()
584 sy = dst_cliprect.min_y; in K053936GP_copyroz32clip()
585 ty = dst_cliprect.max_y - sy + 1; in K053936GP_copyroz32clip()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dk053936.cpp547 const rectangle &dst_cliprect, const rectangle &src_cliprect, in K053936GP_copyroz32clip() argument
582 sx = dst_cliprect.min_x; in K053936GP_copyroz32clip()
583 tx = dst_cliprect.max_x - sx + 1; in K053936GP_copyroz32clip()
584 sy = dst_cliprect.min_y; in K053936GP_copyroz32clip()
585 ty = dst_cliprect.max_y - sy + 1; in K053936GP_copyroz32clip()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dkonamigx_machine.c249 const struct rectangle *dst_cliprect, const struct rectangle *src_cliprect, in K053936GP_copyroz32clip() argument
280 if (dst_cliprect) /* set target clip range*/ in K053936GP_copyroz32clip()
282 sx = dst_cliprect->min_x; in K053936GP_copyroz32clip()
283 tx = dst_cliprect->max_x - sx + 1; in K053936GP_copyroz32clip()
284 sy = dst_cliprect->min_y; in K053936GP_copyroz32clip()
285 ty = dst_cliprect->max_y - sy + 1; in K053936GP_copyroz32clip()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dkonamigx_machine.c249 const struct rectangle *dst_cliprect, const struct rectangle *src_cliprect, in K053936GP_copyroz32clip() argument
280 if (dst_cliprect) // set target clip range in K053936GP_copyroz32clip()
282 sx = dst_cliprect->min_x; in K053936GP_copyroz32clip()
283 tx = dst_cliprect->max_x - sx + 1; in K053936GP_copyroz32clip()
284 sy = dst_cliprect->min_y; in K053936GP_copyroz32clip()
285 ty = dst_cliprect->max_y - sy + 1; in K053936GP_copyroz32clip()