Home
last modified time | relevance | path

Searched refs:W_Yellow (Results 1 – 22 of 22) sorted by relevance

/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dtitle.c79 W_Yellow, buf, strlen(buf), W_RegularFont);
92 center_text(" left/right arrow move ", top+10, W_Yellow); in show_help()
93 center_text(" space bar fire ", top+20, W_Yellow); in show_help()
242 center_text (vbuf, 40+titleImage->height, W_Yellow); in do_title()
268 …ext("Press k for keyboard or joystick control, m for mouse", WINHEIGHT - 2*W_Textheight, W_Yellow); in do_title()
271 center_text("Press k for keyboard control, m for mouse", WINHEIGHT - 2*W_Textheight, W_Yellow); in do_title()
272 center_text("Or q to quit", WINHEIGHT - W_Textheight, W_Yellow); in do_title()
H A Dscore.c85 W_MaskText(shellWin, basex+1, 0, W_Yellow, scorestr, strlen(scorestr), W_RegularFont); in draw_score()
95 W_MaskText(shellWin, basex+1, 0, W_Yellow, shipstr, strlen(shipstr), W_RegularFont); in draw_score()
H A Dhighscore.c367 center_text("Global high scores", 90, W_Yellow); in show_scores()
369 center_text(buf, 100, W_Yellow); in show_scores()
379 center_text("Your high scores", 112+NUM_GLOBAL_SCORES*W_Textheight, W_Yellow); in show_scores()
381 center_text(buf, 112+(NUM_GLOBAL_SCORES+1)*W_Textheight, W_Yellow); in show_scores()
H A DWlib.h60 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey, W_DarkGrey;
H A Dmain.c144 stars[i].color = W_Yellow; in init_stars()
193 stars[i].color = W_Yellow; in do_stars()
237 W_MaskText(baseWin, x, y, W_Yellow, buf, strlen(buf), W_RegularFont); in do_stars()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Ddashboard.c278 color = W_Yellow; in db_redraw_krp()
293 color = W_Yellow; in db_redraw_krp()
334 color = W_Yellow; in db_redraw_krp()
349 color = W_Yellow; in db_redraw_krp()
364 color = W_Yellow; in db_redraw_krp()
407 color = W_Yellow; in db_redraw_COW()
422 color = W_Yellow; in db_redraw_COW()
438 color = W_Yellow; in db_redraw_COW()
462 color = W_Yellow; in db_redraw_COW()
478 color = W_Yellow; in db_redraw_COW()
[all …]
H A Dcolors.c33 shipCol[1] = W_Yellow; in getColorDefs()
42 yColor = W_Yellow; in getColorDefs()
H A Dmacrowin.c92 W_WriteText(macroWin, 2, row++, W_Yellow, maclines[0], in filldist()
135 W_WriteText(macroWin, 2, 4, W_Yellow, in fillmacro()
H A Ddeath.c212 W_WriteText(messagew, 5, 5, W_Yellow, deathmessage, strlen(deathmessage), in death()
242 W_WriteText(messagew, 5, 5, W_Yellow, deathmessage, strlen(deathmessage), in updatedeath()
H A Dgetname.c181 myf(X_L, 140, W_Yellow, W_BoldFont, "(server wait)"); in redraw()
187 myf(X_L, 150, W_Yellow, W_BoldFont, "client state %d", state); in redraw()
H A Dparsemeta.c943 W_WriteText(metaList, 0, metaHeight-B_ADD, W_Yellow, buf, -1, 0); in add_redraw()
1027 W_WriteText(metaList, 0, metaHeight-B_REFRESH, W_Yellow, in metawindow()
1031 W_WriteText(metaList, 0, metaHeight-B_HELP, W_Yellow, in metawindow()
1034 W_WriteText(metaList, 0, metaHeight-B_QUIT, W_Yellow, in metawindow()
H A Ddashboard3.c187 W_MakeLine(tstatw, x + i, y + hgt, x + i, y + h, W_Yellow); in db_bar()
544 W_Yellow, label, label_len, W_BoldFont); in db_redraw_lab2()
H A Dfindslot.c134 w, 2, W_Yellow); 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 Ddefwin.c881 W_WriteText(defWin, x, y, W_Yellow, d->name, strlen(d->name), in showdef()
H A Dlocal.c371 hull_color = W_Yellow; in DrawShips()
740 W_MakeTractLine(w, dx, dy, lx[0], ly[0], W_Yellow); in DrawShips()
741 W_MakeTractLine(w, dx, dy, lx[1], ly[1], W_Yellow); in DrawShips()
H A Dx11window.c147 W_Color W_Yellow = YELLOW, W_Cyan = CYAN, W_Grey = GREY; variable
665 else if (i == W_Yellow) in GetColors()
2714 f.pixel = colortable[W_Yellow].pixelValue; in W_DefineTrekCursor()
2852 f.pixel = colortable[W_Yellow].pixelValue; in W_DefineTextCursor()
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Ddata.c80 W_Color W_Yellow = YELLOW, W_Cyan = CYAN, W_Grey = LIGHT_GREY, W_DarkGrey = DARK_GREY; variable
H A Dcursor.c48 f.pixel = colortable[W_Yellow].pixelValue;
H A DWlib.h60 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey, W_DarkGrey;
H A Dinit.c179 } else if (i == W_Yellow) { in GetColors()
H A Dmakewindow.c134 f.pixel = colortable[W_Yellow].pixelValue;