Home
last modified time | relevance | path

Searched refs:W_Red (Results 1 – 20 of 20) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Ddashboard.c263 color = W_Red; in db_redraw_krp()
276 color = W_Red; in db_redraw_krp()
291 color = W_Red; in db_redraw_krp()
319 color = W_Red; in db_redraw_krp()
336 color = W_Red; in db_redraw_krp()
351 color = W_Red; in db_redraw_krp()
362 color = W_Red; in db_redraw_krp()
420 color = W_Red; in db_redraw_COW()
436 color = W_Red; in db_redraw_COW()
460 color = W_Red; in db_redraw_COW()
[all …]
H A Dcolors.c34 shipCol[2] = W_Red; in getColorDefs()
39 warningColor = W_Red; in getColorDefs()
41 rColor = W_Red; in getColorDefs()
H A Dgetname.c109 myf(X_L, TWINSIDE/2, W_Red, W_BoldFont, in redraw()
172 myf(X_L, 130, W_Red, W_BoldFont, err); in redraw()
207 W_WriteText(w, X_L, 130, W_Red, err, strlen(err), W_BoldFont); in automatic_failed()
H A Denter.c160 s_lines[i].color = W_Red; in init_hockey_lines()
215 s_lines[i].color = W_Red; in init_hockey_lines()
270 s_lines[i].color = W_Red; in init_hockey_lines()
H A Ddashboard3.c141 W_FillArea(tstatw, x, y, w, h, W_Red); in db_bar()
191 W_MakeLine(tstatw, x + i, y + hgt, x + i, y + h, W_Red); in db_bar()
538 W_Red, label, label_len, W_BoldFont); in db_redraw_lab2()
H A Dfindslot.c131 w, 2, W_Red); 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 Dsmessage.c52 W_WriteText(messagew, 5, 5, W_Red, in DisplayMessage()
H A Dparsemeta.c921 if (sp->status == statusCantConnect) color = W_Red; in redraw()
1056 W_WriteText(metaList, 0, metaHeight-B_REFRESH, W_Red, in refresh()
H A Dlocal.c367 hull_color = W_Red; in DrawShips()
471 W_WriteCircle(w, dcy, dcy, dcr, W_Red); in DrawShips()
H A Dx11window.c146 W_Color W_White = WHITE, W_Black = BLACK, W_Red = RED, W_Green = GREEN; variable
659 if (i == W_Red) in GetColors()
2319 XDrawLine(W_Display, win->window, colortable[W_Red].contexts[0],
2770 f.pixel = colortable[W_Red].pixelValue; in W_DefineWarningCursor()
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dtitle.c73 0, getImage(a_images[5-i]), W_Red);
91 center_text(" Keyboard controls ", top, W_Red); in show_help()
240 W_DrawImage (baseWin, WINWIDTH/2 - titleImage->width/2, 50, 0, titleImage, W_Red); in do_title()
H A Dexplosions.c53 0, bub->shape, W_Red); in do_bubbles()
87 exp->frame, exp->shape, W_Red); in do_explosions()
H A Dmain.c141 stars[i].color = W_Red; in init_stars()
190 stars[i].color = W_Red; in do_stars()
230 …DTH/2 - (W_StringWidth(buf, W_BigFont)/2), WINHEIGHT/2-W_BigTextheight/2, W_Red, buf, strlen(buf),… in do_stars()
748 torps[i].frame, playerTorp, W_Red); in do_torps()
754 torps[i].frame, playerTorp, W_Red); in do_torps()
789 t->frame, enemyTorp, W_Red); in do_etorps()
795 t->frame, enemyTorp, W_Red); in do_etorps()
1262 …ge(baseWin, plx-(playerShip->width/2), WINHEIGHT - playerShip->height, counter, playerShip, W_Red);
1270 …ge(baseWin, plx-(playerShip->width/2), WINHEIGHT - playerShip->height, counter, playerShip, W_Red);
H A Dhighscore.c77 center_text("Great score! Enter your name:", 250, W_Red); in do_name()
371 WINWIDTH/2 + ((strlen(buf)*W_Textwidth)/2), 111, W_Red); in show_scores()
383 WINWIDTH/2 + ((strlen(buf)*W_Textwidth)/2), 123+(NUM_GLOBAL_SCORES+1)*W_Textheight, W_Red); 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;
/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;
H A Dinit.c173 if (i == W_Red) { in GetColors()
H A Dmakewindow.c142 f.pixel = colortable[W_Red].pixelValue;