Home
last modified time | relevance | path

Searched defs:which_tile (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mednafen/mednafen/src/hw_video/huc6270/
H A Dvdc.cpp1879 int which_tile = (x / 16) + (scroll + (y / 16)) * (w / 16); in DoGfxDecode() local
1913 int which_tile = (x / 8) + (scroll + (y / 8)) * (w / 8); in DoGfxDecode() local
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/hw_video/huc6270/
H A Dvdc_video.cpp1894 int which_tile = (x / 16) + (scroll + (y / 16)) * (w / 16); in DoGfxDecode() local
1928 int which_tile = (x / 8) + (scroll + (y / 8)) * (w / 8); in DoGfxDecode() local
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp3958 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local
3987 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local
4014 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local
4042 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local
4063 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local
/dports/emulators/mednafen/mednafen/src/wswan/
H A Dgfx.cpp1090 unsigned int which_tile = (x / 8) + (scroll + (y / 8)) * (w / 8); in DoGfxDecode() local
/dports/emulators/mednafen/mednafen/src/nes/ppu/
H A Dppu.cpp1734 unsigned which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local