Home
last modified time | relevance | path

Searched refs:W_ClearArea (Results 1 – 23 of 23) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Ddashboard3.c121 W_ClearArea(tstatw, x, y, w, h); in db_bar()
446 W_ClearArea(tstatw, 324, 32, 78, W_Textheight); in db_redraw_lab2()
487 W_ClearArea(tstatw, 324, 32, 78, W_Textheight); in db_redraw_lab2()
518 W_ClearArea(tstatw, 402, 2, 98, W_Textheight); in db_redraw_lab2()
558 W_ClearArea(tstatw, 402, 4 + W_Textheight, 98, W_Textheight); in db_redraw_lab2()
H A Dplayerlist.c414 W_ClearArea(playerw, 0, last, plistWidth, 1); in WriteSortedPlist()
438 W_ClearArea(playerw, 0, last, plistWidth, 1); in WriteSortedPlist()
457 W_ClearArea(playerw, 0, last, plistWidth, 1); in WriteSortedPlist()
471 W_ClearArea(playerw, 0, row, plistWidth, 1); in WriteSortedPlist()
565 W_ClearArea(playerw, 0, pos, plistWidth, 1); in WriteUnsortedPlist()
H A Dsmessage.c33 #define BLANKCHAR(col, n) W_ClearArea(messagew, 5+W_Textwidth*(col), 5, \
78 W_ClearArea(w, 5 + W_Textwidth * (HUDoffsetcol), HUDoffset, in BlankChar()
82 W_ClearArea(messagew, 5 + W_Textwidth * (HUDoffsetcol), 5, in BlankChar()
H A Ddeath.c104 W_ClearArea(warnw, 5, 5, W_Textwidth * warncount, W_Textheight); in death()
115 W_ClearArea(warnw, 5, 5, W_Textwidth * warncount, W_Textheight); in death()
H A Dmyf.c31 W_ClearArea(w, x, y, TWINSIDE-x, W_Textheight); in myc()
H A Ddashboard.c100 W_ClearArea(tstatw, x, y, tw + BAR_LENGTH, 10); in db_bar()
112 W_ClearArea(tstatw, x, y, tw + BAR_LENGTH, 10); in db_bar()
208 W_ClearArea(tstatw, 346, 17, 96, 10); in db_flags()
223 W_ClearArea(tstatw, 346, 30, 96, 10); in db_flags()
H A Dwarning.c26 W_ClearArea(warnw, 5, 5, W_Textwidth * warncount, W_Textheight); in warning()
H A Dmap.c312 W_ClearArea(mapw, odx - (mplanet_width / 2), in DrawPlanets()
331 W_ClearArea(mapw, dx - (mplanet_width / 2 + 4), in DrawPlanets()
597 W_ClearArea(mapw, mclearzone[0][i], mclearzone[1][i], in map()
H A Dx11window.h46 void W_ClearArea(W_Window window, int x, int y, int width, int height);
H A DWlib.h78 extern void W_ClearArea (W_Window window, int x, int y, int width, int height);
H A Dredraw.c85 W_ClearArea(warnw, 5, 5, W_Textwidth * warncount, W_Textheight); in redraw()
H A Dcowmain.c949 W_ClearArea(messagew, 5, 5, W_Textwidth * 80, W_Textheight); in cowmain()
H A Dnewwin.c1521 W_ClearArea(qwin, CLOCK_X, CLOCK_Y, CLOCK_WID, CLOCK_HEI); in showTimeLeft()
H A Dx11window.c1157 W_ClearArea(W_Window window, int x, int y, int width, int height) in W_ClearArea() function
3605 W_ClearArea(window, x, y, width, W_TTSTextHeight()); in W_EraseTTSText()
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dscore.c22 W_ClearArea(baseWin, extrax-(extraImage->width/2), extray-(extraImage->height/2), in undo_score()
53 W_ClearArea(shellWin, 0, 0, WINWIDTH, W_Textheight + 1); in do_score()
H A Dtitle.c220 W_ClearArea(baseWin, in show_credits()
223 W_ClearArea(baseWin, in show_credits()
H A DWlib.h155 extern void W_ClearArea( /* window, x, y, width, height, color */ );
H A DWproto.h79 void W_ClearArea(W_Window window, int x, int y, unsigned int width, unsigned int height);
H A Dhighscore.c62 W_ClearArea(baseWin, in undo_name()
H A Dmain.c162W_ClearArea(baseWin, WINWIDTH/2 - (W_StringWidth("LEVEL 000", W_BigFont)/2), WINHEIGHT/2-W_BigText… in undo_stars()
299 W_ClearArea(baseWin, in undo_aliens()
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dcleararea.c47 W_ClearArea(window, x, y, width, height) in W_ClearArea() function
H A DWlib.h155 extern void W_ClearArea( /* window, x, y, width, height, color */ );
H A DWproto.h79 void W_ClearArea(W_Window window, int x, int y, unsigned int width, unsigned int height);