Home
last modified time | relevance | path

Searched refs:W_OverlayBitmap (Results 1 – 4 of 4) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dmap.c345 W_OverlayBitmap(dx - (emph_planet_seq_width / 2 + 1), in DrawPlanets()
381 W_OverlayBitmap(dx - (mplanet_width / 2), dy - (mplanet_height / 2), in DrawPlanets()
H A Dx11window.h113 void W_OverlayBitmap(int x, int y, W_Icon bit, W_Color color);
H A DWlib.h120 extern void W_OverlayBitmap(int, int, W_Icon, W_Color);
H A Dx11window.c3474 void W_OverlayBitmap(int x, int y, W_Icon bit, W_Color color) in W_OverlayBitmap() function