Home
last modified time | relevance | path

Searched refs:BM_LOGO (Results 1 – 9 of 9) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Dbitmaps.h67 #define BM_LOGO 33 macro
H A Dxpaint.c341 Bitmap_get(playersWindow, BM_LOGO, 0) != NULL) { in Paint_score_background()
347 lh = pixmaps[BM_LOGO].height; in Paint_score_background()
357 Bitmap_paint(playersWindow, BM_LOGO, 0, (int)(players_height - lh), 0); in Paint_score_background()
H A Dbitmaps.c99 pixmap.scalable = (i == BM_LOGO in Bitmaps_init()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dbitmaps.h67 #define BM_LOGO 33 macro
H A Dxpaint.c290 Bitmap_get(playersWindow, BM_LOGO, 0) != NULL) { in Paint_score_background()
296 lh = pixmaps[BM_LOGO].height; in Paint_score_background()
303 Bitmap_paint(playersWindow, BM_LOGO, 0, (int)(players_height - lh), 0); in Paint_score_background()
H A Dbitmaps.c100 pixmap.scalable = (i == BM_LOGO in Bitmaps_init()
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dblockbitmaps.h65 #define BM_LOGO 33 macro
H A Dpaint.c423 PaintBitmap(players, BM_LOGO, in Paint_score_background()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c381 BM_LOGO = 0, enumerator
3565 if( !open_image( "logo", &bitmaps[BM_LOGO] ) ) return FALSE; in gui_open_skin_images()
6271 put_bitmap( BM_LOGO, 0, 0, 256, 96 ); in gui_render_everything()
6368 SDL_FreeSurface(bitmaps[BM_LOGO].srf ); bitmaps[BM_LOGO].srf = NULL; in gui_restart()