Home
last modified time | relevance | path

Searched refs:backgroundbitmap2 (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dzaxxon.c17 static struct osd_bitmap *backgroundbitmap1,*backgroundbitmap2; variable
178 if ((backgroundbitmap2 = bitmap_alloc(width,height)) == 0) in zaxxon_vh_start()
203 prebitmap = backgroundbitmap2; in zaxxon_vh_start()
206 create_background(backgroundbitmap2, prebitmap, 16); in zaxxon_vh_start()
230 if ((backgroundbitmap2 = bitmap_alloc(256,4096)) == 0) in razmataz_vh_start()
253 drawgfx(backgroundbitmap2,Machine->gfx[1], in razmataz_vh_start()
274 if (backgroundbitmap2) bitmap_free(backgroundbitmap2); in zaxxon_vh_stop()
395 copybitmap(bitmap,backgroundbitmap2,0,0,-scroll,skew,&clip,TRANSPARENCY_NONE,0); in zaxxon_vh_screenrefresh()
424 copybitmap(bitmap,backgroundbitmap2,0,0,skew,scroll,&clip,TRANSPARENCY_NONE,0); in zaxxon_vh_screenrefresh()
476 …copyscrollbitmap(bitmap,backgroundbitmap2,0,0,1,&scroll,&Machine->visible_area,TRANSPARENCY_NONE,0… in razmataz_vh_screenrefresh()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dzaxxon_vidhrdw.c23 static struct mame_bitmap *backgroundbitmap1,*backgroundbitmap2; variable
181 if ((backgroundbitmap2 = auto_bitmap_alloc(width,height)) == 0) in zaxxon_create_background()
200 prebitmap = backgroundbitmap2; in zaxxon_create_background()
203 create_background(backgroundbitmap2, prebitmap, 16); in zaxxon_create_background()
281 …copybitmap(bitmap,backgroundbitmap2,flip_screen,flip_screen,-scroll,skew,&clip,TRANSPARENCY_NONE,0… in zaxxon_draw_background()
320 …copybitmap(bitmap,backgroundbitmap2,flip_screen,flip_screen,skew,scroll,&clip,TRANSPARENCY_NONE,0); in zaxxon_draw_background()
388 if ((backgroundbitmap2 = auto_bitmap_alloc(256,4096)) == 0) in VIDEO_START()
406 drawgfx(backgroundbitmap2,Machine->gfx[1], in VIDEO_START()
432 copyscrollbitmap(bitmap,backgroundbitmap2,0,0,1,&scroll,cliprect,TRANSPARENCY_NONE,0); in razmataz_draw_background()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dzaxxon_vidhrdw.c23 static struct mame_bitmap *backgroundbitmap1,*backgroundbitmap2; variable
181 if ((backgroundbitmap2 = auto_bitmap_alloc(width,height)) == 0) in zaxxon_create_background()
200 prebitmap = backgroundbitmap2; in zaxxon_create_background()
203 create_background(backgroundbitmap2, prebitmap, 16); in zaxxon_create_background()
281 …copybitmap(bitmap,backgroundbitmap2,flip_screen,flip_screen,-scroll,skew,&clip,TRANSPARENCY_NONE,0… in zaxxon_draw_background()
320 …copybitmap(bitmap,backgroundbitmap2,flip_screen,flip_screen,skew,scroll,&clip,TRANSPARENCY_NONE,0); in zaxxon_draw_background()
388 if ((backgroundbitmap2 = auto_bitmap_alloc(256,4096)) == 0) in VIDEO_START()
406 drawgfx(backgroundbitmap2,Machine->gfx[1], in VIDEO_START()
432 copyscrollbitmap(bitmap,backgroundbitmap2,0,0,1,&scroll,cliprect,TRANSPARENCY_NONE,0); in razmataz_draw_background()