Home
last modified time | relevance | path

Searched refs:map_color_fill (Results 1 – 5 of 5) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_shp.c2454 if (!map_color_fill || !draw_filled) in draw_shapefile_map()
2954 … && ( !draw_filled || !map_color_fill || (draw_filled && polygon_hole_storage[ring] == 0) ) ) in draw_shapefile_map()
2958 if ((!draw_filled || !map_color_fill) && polygon_hole_storage[ring] == 1) in draw_shapefile_map()
3005 if (map_color_fill && draw_filled) in draw_shapefile_map()
3089 else if (map_color_fill && draw_filled) // Land masses? in draw_shapefile_map()
H A Dmain.h288 extern int map_color_fill;
H A Dmap_dos.c230 if (map_color_fill && draw_filled) in map_plot()
H A Dxa_config.c615 store_int (fout, "MAP_DRAW_FILLED_COLORS", map_color_fill); in save_data()
1535 map_color_fill = get_int ( "MAP_DRAW_FILLED_COLORS", 0, 1, 1); in load_data_or_default()
H A Dmain.c451 int map_color_fill; /* Whether or not to fill in map polygons with solid color */ variable
7031 if (map_color_fill)
16212 map_color_fill = atoi(which);
16216 map_color_fill = 0;
16219 if (map_color_fill)