Searched defs:which_tile (Results 1 – 5 of 5) sorted by relevance
1879 int which_tile = (x / 16) + (scroll + (y / 16)) * (w / 16); in DoGfxDecode() local1913 int which_tile = (x / 8) + (scroll + (y / 8)) * (w / 8); in DoGfxDecode() local
1894 int which_tile = (x / 16) + (scroll + (y / 16)) * (w / 16); in DoGfxDecode() local1928 int which_tile = (x / 8) + (scroll + (y / 8)) * (w / 8); in DoGfxDecode() local
3958 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local3987 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local4014 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local4042 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local4063 int which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local
1090 unsigned int which_tile = (x / 8) + (scroll + (y / 8)) * (w / 8); in DoGfxDecode() local
1734 unsigned which_tile = (x / 8) + (GfxDecode_Scroll + (y / 8)) * (GfxDecode_Buf->w / 8); in DoGfxDecode() local