Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Datarimo_vidhrdw.c50 int tileyshift; /* bits to shift Y coordinate when drawing */ member
319 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
499 result += ((y >> mo->tileyshift) + 1) * mo->dirtywidth; in get_dirty_base()
514 int sy = cliprect->min_y >> mo->tileyshift; in erase_dirty_grid()
515 int ey = cliprect->max_y >> mo->tileyshift; in erase_dirty_grid()
537 int sy = cliprect->min_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
538 int ey = cliprect->max_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
540 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects()
571 rect->min_y = y << mo->tileyshift; in convert_dirty_grid_to_rects()
745 ypos -= height << mo->tileyshift; in mo_render_object()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Datarimo_vidhrdw.c50 int tileyshift; /* bits to shift Y coordinate when drawing */ member
319 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
499 result += ((y >> mo->tileyshift) + 1) * mo->dirtywidth; in get_dirty_base()
514 int sy = cliprect->min_y >> mo->tileyshift; in erase_dirty_grid()
515 int ey = cliprect->max_y >> mo->tileyshift; in erase_dirty_grid()
537 int sy = cliprect->min_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
538 int ey = cliprect->max_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
540 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects()
571 rect->min_y = y << mo->tileyshift; in convert_dirty_grid_to_rects()
745 ypos -= height << mo->tileyshift; in mo_render_object()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Datarimo.cpp358 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
416 mo->dirtyheight = (mo->bitmapheight >> mo->tileyshift) + 2; in atarimo_init()
589 result += ((y >> mo->tileyshift) + 1) * mo->dirtywidth; in get_dirty_base()
604 int sy = cliprect->min_y >> mo->tileyshift; in erase_dirty_grid()
605 int ey = cliprect->max_y >> mo->tileyshift; in erase_dirty_grid()
627 int sy = cliprect->min_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
628 int ey = cliprect->max_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
630 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects()
665 rect->min_y = y << mo->tileyshift; in convert_dirty_grid_to_rects()
848 ypos -= height << mo->tileyshift; in mo_render_object()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Datarimo.cpp358 mo->tileyshift = compute_log(mo->tileheight); in atarimo_init()
416 mo->dirtyheight = (mo->bitmapheight >> mo->tileyshift) + 2; in atarimo_init()
585 result += ((y >> mo->tileyshift) + 1) * mo->dirtywidth; in get_dirty_base()
600 int sy = cliprect->min_y >> mo->tileyshift; in erase_dirty_grid()
601 int ey = cliprect->max_y >> mo->tileyshift; in erase_dirty_grid()
623 int sy = cliprect->min_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
624 int ey = cliprect->max_y >> mo->tileyshift; in convert_dirty_grid_to_rects()
626 int tileheight = 1 << mo->tileyshift; in convert_dirty_grid_to_rects()
661 rect->min_y = y << mo->tileyshift; in convert_dirty_grid_to_rects()
844 ypos -= height << mo->tileyshift; in mo_render_object()
[all …]