Home
last modified time | relevance | path

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

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.h55 void W_MakePhaserLine(W_Window window, int x0, int y0, int x1, int y1, W_Color color);
H A DWlib.h111 extern void W_MakePhaserLine(W_Window, int, int, int, int, W_Color);
H A Dlocal.c660 W_MakePhaserLine(w, wx, wy, tx, ty, shipCol[remap[j->p_team]]); in DrawShips()
661 W_MakePhaserLine(w, lx, ly, tx, ty, shipCol[remap[j->p_team]]); in DrawShips()
678 W_MakePhaserLine(w, px, py, tx, ty, shipCol[remap[j->p_team]]); in DrawShips()
H A Dx11window.c1684 W_MakePhaserLine(W_Window window, int x0, int y0, int x1, int y1, W_Color color) in W_MakePhaserLine() function