Home
last modified time | relevance | path

Searched refs:S_DrawImage (Results 1 – 7 of 7) sorted by relevance

/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A Dscore.c55 S_DrawImage(extrax-(extraImage->width/2), extray-(extraImage->height/2), 0, extraImage); in do_score()
74 S_DrawImage(i*(miniship->width+2), 0, 0, miniship); in draw_score()
76 S_DrawImage(0, 0, 0, miniship); in draw_score()
H A Dtitle.c49 S_DrawImage(pausex-(pauseImage->width/2), pausey-(pauseImage->height/2), 0, pauseImage); in do_pause()
68 S_DrawImage(winwidth/2 - 30, 220+i*21,
226 S_DrawImage(winwidth/2 - titleImage->width/2, top, 0, titleImage); in do_title()
H A Dexplosions.c59 S_DrawImage(bub->x-(bub->shape->width/2), in do_bubbles()
91 S_DrawImage(exp->x-(exp->shape->width/2), in do_explosions()
H A Dmain.c163 S_DrawImage(winwidth - 20 * shieldcount, 0, 0, shieldImage); in do_stars()
565 S_DrawImage(aliens[i].x-(aliens[i].shape->width/2), in do_aliens()
571 S_DrawImage(aliens[i].x-(aliens[i].shape->width/2), in do_aliens()
671 S_DrawImage(torps[i].x-(playerTorp->width/2), in do_torps()
677 S_DrawImage(torps[i].x-(playerTorp->width/2), in do_torps()
711 S_DrawImage(t->x-(enemyTorp->width/2), in do_etorps()
716 S_DrawImage(t->x-(enemyTorp->width/2), in do_etorps()
1210S_DrawImage(plx-(playerShip->width/2), winheight - playerShip->height, counter, playerShip); in do_player()
1214S_DrawImage(plx-(shieldImage->width/2), winheight - shieldImage->height - 3, 0, shieldImage); in do_player()
1217 S_DrawImage(plx-(playerShip->width/2), winheight - playerShip->height, counter, playerShip); in do_player()
H A Dprize.c149 S_DrawImage(p->x-prizes[p->type].image->width/2, p->y-prizes[p->type].image->width/2, in do_prizes()
306 S_DrawImage(100, top, 0, prizes[i].image); in show_bonuses()
H A Dproto.h92 void S_DrawImage (int x, int y, int frame,
H A Dsdl.c123 void S_DrawImage(int x, int y, int frame, struct W_Image *image) in S_DrawImage() function