Home
last modified time | relevance | path

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

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dras.cpp652 where += Bpp_times8; in draw_window()
975 where -= Bpp_times8; in draw_sprites()
985 where += Bpp_times8; in draw_sprites()
1009 memcpy(tile.t1, where, Bpp_times8); in draw_sprites()
1018 where -= Bpp_times8; in draw_sprites()
1028 memcpy(tile.t1, where, Bpp_times8); in draw_sprites()
1037 where += Bpp_times8; in draw_sprites()
1129 Bpp_times8 = Bpp << 3; // used for tile blitting in draw_scanline()
1229 for(i = 0; i < Bpp_times8; ++i) in draw_scanline()
H A Dras-drawplane.h188 where += Bpp_times8;
H A Dvdp.cpp53 Bpp = Bpp_times8 = 0; in md_vdp()
H A Dmd.h188 unsigned int Bpp_times8; variable