Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/
H A Dbatman.edc4 images.image: "bat_base.png" COMP;
96 image.normal: "bat_base.png";
H A Dbattery.edc3 images.image: "bat_base.png" COMP;
104 image.normal: "bat_base.png";
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Dking.cpp1819 const uint16 *bat_base = &king->KRAM[bat_and_cg_page][bat_offset & 0x20000]; in DrawBG() local
2003 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2029 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2053 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2074 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2108 bat = bat_base[eff_bat_loc]; \ in DrawBG()
/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.cpp2001 const uint16 *bat_base = &king->KRAM[bat_and_cg_page][bat_offset & 0x20000]; in DrawBG() local
2185 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2211 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2235 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2256 … uint16 bat = bat_base[(bat_offset + (bat_x + ((bat_y << bat_width_shift) >> 3) )) & 0x1FFFF]; in DrawBG()
2290 bat = bat_base[eff_bat_loc]; \ in DrawBG()