Home
last modified time | relevance | path

Searched refs:W_CacheClearArea (Results 1 – 13 of 13) sorted by relevance

/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dexplosions.c26W_CacheClearArea(baseWin, bub->x-(bub->shape->width/2), bub->y-(bub->shape->height/2), bub->shape-… in undo_bubbles()
63W_CacheClearArea(baseWin, exp->x-(exp->shape->width/2), exp->y-(exp->shape->height/2), exp->shape-… in undo_explosions()
H A Dprize.c96 W_CacheClearArea(baseWin, in undo_prizes()
H A DWlib.h153 extern void W_CacheClearArea();
H A Dtitle.c32 W_CacheClearArea(baseWin, pausex-(pauseImage->width/2), pausey-(pauseImage->height/2), in undo_pause()
H A DWproto.h77 void W_CacheClearArea(W_Window window, int x, int y, int width, int height);
H A Dmain.c685 W_CacheClearArea(baseWin, in undo_torps()
807 W_CacheClearArea(baseWin, in undo_etorps()
822 W_CacheClearArea(baseWin, plx-(playerShip->width/2), y, in undo_player()
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dcleararea.c20 W_CacheClearArea(window, x, y, width, height) in W_CacheClearArea() function
H A DWlib.h153 extern void W_CacheClearArea();
H A DWproto.h77 void W_CacheClearArea(W_Window window, int x, int y, int width, int height);
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.h44 void W_CacheClearArea(W_Window window, int x, int y, int width, int height);
H A DWlib.h114 extern void W_CacheClearArea(W_Window, int, int, int, int);
H A Dlocal.c1333 W_CacheClearArea(w, clearzone[0][clearcount], in clearLocal()
H A Dx11window.c1131 W_CacheClearArea(W_Window window, int x, int y, int width, int height) in W_CacheClearArea() function