Home
last modified time | relevance | path

Searched refs:draw_connections (Results 1 – 16 of 16) sorted by relevance

/dports/audio/din/din-52/src/
H A Ddin.h342 void draw_connections ();
H A Ddin.cc1584 draw_connections (); in draw_drones()
4401 void din::draw_connections () { in draw_connections() function in din
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxdraw.c72 static void draw_connections(Side *side, Map *map, int x, int y, int c);
511 draw_connections(side, map, x, y0, c); in draw_row()
1312 draw_connections(Side *side, Map *map, int x, int y, int t) in draw_connections() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc90 static void draw_connections(Map *map, int vx, int vyhi, int vylo, int c);
313 draw_connections(map, vx, vyhi, vylo, t); in draw_map_overhead()
882 draw_connections(Map *map, int vx, int vyhi, int vylo, int c) in draw_connections() function
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmap.h1652 void draw_connections( const mapgendata &dat );
H A Dmapgen.cpp2996 draw_connections( dat ); in draw_map()
5001 void map::draw_connections( const mapgendata &dat ) in draw_connections() function in map
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmap.h1652 void draw_connections( const mapgendata &dat );
H A Dmapgen.cpp2996 draw_connections( dat ); in draw_map()
5001 void map::draw_connections( const mapgendata &dat ) in draw_connections() function in map
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-200257 (draw_connections): Use x instead of xw everywhere.
110 (draw_connections): Don't wrap x in m_terrain_visible.
111 (draw_connections): Don't wrap x in terrain_at.
137 (draw_connections): Don't wrap x in m_terrain_visible.
138 (draw_connections): Don't wrap x in terrain_at.
174 (draw_connections): Don't wrap x in terrain_visible.
324 (draw_connections): Use m_terrain_visible instead.
4383 (draw_connections, draw_connections_iso): Ditto.
H A DChangeLog-199966 * macrow.c (draw_connections): Test tt_drawable.
2684 (draw_connections): Similarly.
2899 (draw_borders, draw_connections): Rewrite to use subimages.
3962 * tkmap.c (draw_connections): Use rrpics if railroad type.
4710 (draw_connections): Similarly.
H A DChangeLog-1995858 * macmap.c (draw_borders, draw_connections, etc): Make static.
H A DChangeLog-20046137 (draw_connections): Pass map->vp instead of map to macros.
6564 (draw_connections): Pass map->vp instead of map in all macros.
6615 (draw_connections): Pass mapw->vp instead of mapw in all macros.
6881 (draw_connections): Add missing test for timg->isconnection in
H A DChangeLog-1996827 (draw_borders, draw_connections): Pass night as overlay to
H A DChangeLog-19981386 (draw_connections): Put data types in argument list.
H A DChangeLog-20004064 (draw_borders, draw_borders_iso, draw_connections,
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c269 static void draw_connections(MapW *mapw, int vx, int vyhi, int vylo, int c);
1149 draw_connections(mapw, vx, vyhi, vylo, t); in draw_map_overhead()
3120 draw_connections(MapW *mapw, int vx, int vyhi, int vylo, int c) in draw_connections() function