Home
last modified time | relevance | path

Searched refs:BM_SCORE_BG (Results 1 – 8 of 8) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Dbitmaps.h66 #define BM_SCORE_BG 32 macro
H A Dxpaint.c340 Bitmap_get(playersWindow, BM_SCORE_BG, 0) != NULL && in Paint_score_background()
346 bgh = pixmaps[BM_SCORE_BG].height; in Paint_score_background()
352 Bitmap_paint(playersWindow, BM_SCORE_BG, 0, 0, 0); in Paint_score_background()
H A Dbitmaps.c100 || i == BM_SCORE_BG) ? false : true; in Bitmaps_init()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dbitmaps.h66 #define BM_SCORE_BG 32 macro
H A Dxpaint.c289 Bitmap_get(playersWindow, BM_SCORE_BG, 0) != NULL && in Paint_score_background()
295 bgh = pixmaps[BM_SCORE_BG].height; in Paint_score_background()
298 Bitmap_paint(playersWindow, BM_SCORE_BG, 0, 0, 0); in Paint_score_background()
H A Dbitmaps.c101 || i == BM_SCORE_BG) ? false : true; in Bitmaps_init()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dblockbitmaps.h64 #define BM_SCORE_BG 32 macro
H A Dpaint.c412 PaintBitmap(players, BM_SCORE_BG, in Paint_score_background()