Home
last modified time | relevance | path

Searched refs:W_Green (Results 1 – 18 of 18) sorted by relevance

/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dtitle.c82 center_text("Ships in convoy are worth 50 points", ty, W_Green); ty += W_Textheight;
83 center_text("Bonus ships at 20,000, 50,000, then every 50,000.", ty, W_Green);
106 center_text("Bonus ships at 20,000, 50,000, then every 50,000.", top+120, W_Green); in show_help()
216 center_text (chLBuf,j, W_Green); in show_credits()
230 center_text (chLBuf, top+10, W_Green); in show_credits()
251 center_text("Copyright (c) 1995-1998 Joe Rumsey", ty, W_Green); ty+= W_Textheight; in do_title()
252 center_text("Maintenance 2008 by Hermann Riedel", ty, W_Green); ty+= 2*W_Textheight; in do_title()
254 center_text("XGalaga: Hyperspace 0.9", ty, W_Green); ty+= W_Textheight; in do_title()
H A Dmain.c135 stars[i].color = W_Green; in init_stars()
184 stars[i].color = W_Green; in do_stars()
241 W_MaskText(baseWin, x, y, W_Green, buf, strlen(buf), W_RegularFont); in do_stars()
624 aliens[i].dir < 0 ? 0 : aliens[i].dir, aliens[i].shape, W_Green); in do_aliens()
629 aliens[i].dir < 0 ? 0 : aliens[i].dir, aliens[i].shape, W_Green); in do_aliens()
H A Dprize.c125 0, prizeImages[p->type], W_Green); in do_prizes()
H A DWlib.h60 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey, W_DarkGrey;
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dcolors.c35 shipCol[3] = W_Green; in getColorDefs()
43 gColor = W_Green; in getColorDefs()
H A Ddefwin.c904 W_WriteText(defWin, x, y, W_Green, val, strlen(val), in showdef()
916 W_WriteText(defWin, x, y, W_Green, val, strlen(val), in showdef()
920 W_WriteText(defWin, x + 1, y, W_Green, "*", 1, in showdef()
936 W_WriteText(defWin, x, y, W_Green, val, strlen(val), in showdef()
949 W_WriteText(defWin, x, y, W_Green, *((char **) d->variable), in showdef()
H A Ddashboard.c265 color = W_Green; in db_redraw_krp()
280 color = W_Green; in db_redraw_krp()
295 color = W_Green; in db_redraw_krp()
317 color = W_Green; in db_redraw_krp()
332 color = W_Green; in db_redraw_krp()
347 color = W_Green; in db_redraw_krp()
366 color = W_Green; in db_redraw_krp()
H A Dgetname.c118 myf(X_L, 50, W_Green, W_RegularFont, in redraw()
137 myf(X_L, 60, W_Green, W_RegularFont, in redraw()
153 myf(X_L, 90, W_Green, W_RegularFont, in redraw()
164 myf(X_L, 120, W_Green, W_RegularFont, in redraw()
H A Ddeath.c105 W_WriteText(warnw, 5, 5, W_Green, deathmessage, strlen(deathmessage), in death()
116 W_WriteText(warnw, 5, 5, W_Green, deathmessage, strlen(deathmessage), in death()
H A Denter.c171 s_lines[i].color = W_Green; in init_hockey_lines()
182 s_lines[i].color = W_Green; in init_hockey_lines()
193 s_lines[i].color = W_Green; in init_hockey_lines()
H A Ddashboard3.c183 W_MakeLine(tstatw, x + i, y + hgt, x + i, y + h, W_Green); in db_bar()
550 W_Green, label, label_len, W_BoldFont); in db_redraw_lab2()
H A Dlocal.c375 hull_color = W_Green; in DrawShips()
379 hull_color = W_Green; in DrawShips()
383 hull_color = W_Green; in DrawShips()
743 W_MakeTractLine(w, dx, dy, lx[0], ly[0], W_Green); in DrawShips()
744 W_MakeTractLine(w, dx, dy, lx[1], ly[1], W_Green); in DrawShips()
H A Dfindslot.c137 w, 2, W_Green); in findslot()
H A DWlib.h57 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey;
H A Dparsemeta.c920 if (i == chosen) color = W_Green; in redraw()
H A Dx11window.c146 W_Color W_White = WHITE, W_Black = BLACK, W_Red = RED, W_Green = GREEN; variable
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Ddata.c79 W_Color W_White = WHITE, W_Black = BLACK, W_Red = RED, W_Green = GREEN; variable
H A DWlib.h60 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey, W_DarkGrey;