Home
last modified time | relevance | path

Searched refs:draw_filled (Results 1 – 6 of 6) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_dos.c460 int draw_filled; in draw_dos_map() local
464 draw_filled=mdf->draw_filled; in draw_dos_map()
933 draw_filled); in draw_dos_map()
943 draw_filled); in draw_dos_map()
993 draw_filled); in draw_dos_map()
1006 draw_filled); in draw_dos_map()
1022 draw_filled); in draw_dos_map()
1247 draw_filled); in draw_dos_map()
1258 draw_filled); in draw_dos_map()
1271 draw_filled); in draw_dos_map()
[all …]
H A Dmaps.h83 int draw_filled; // Specify whether to fill polygons when drawing. member
152 int *max_zoom, int *min_zoom, int *map_layer, int *draw_filled,
219 …ng y_lat_cord, unsigned char color, long object_behavior, int destination_pixmap, int draw_filled);
227 int draw_filled; member
H A Dmap_shp.c764 int draw_filled; in draw_shapefile_map() local
788 draw_filled = mdf->draw_filled; in draw_shapefile_map()
799 draw_filled_orig=draw_filled; in draw_shapefile_map()
1701 draw_filled = filled; in draw_shapefile_map()
2289 if (draw_filled != 0 && fill_style == FillStippled) in draw_shapefile_map()
2454 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 Dmaps.c6912 mdf.draw_filled=1; in map_search()
7113 mdf.draw_filled=1; in map_search()
7138 mdf.draw_filled=1; in map_search()
7264 primary->draw_filled = backup->draw_filled; in map_index_copy_properties()
7451 temp_record->draw_filled = 0; in index_update_directory()
8177 *draw_filled = current->draw_filled; in index_retrieve()
9398 mdf.draw_filled=1; in load_alert_maps()
9510 int draw_filled; in insert_map_sorted() local
9542 temp_record->draw_filled = draw_filled; in insert_map_sorted()
9726 mdf.draw_filled = current->draw_filled; in load_auto_maps()
[all …]
H A Dmain.c20923 switch (current->draw_filled)
21210 current->draw_filled = 2;
21232 current->draw_filled = 1;
21254 current->draw_filled = 0;
/dports/comms/xastir/Xastir-Release-2.1.8/
H A DChangeLog11489 * src/map_shp.c: Move declaration of draw_filled out of WITH_DBFAWK
11578 instead of a single "draw_filled" integer.
11599 instead of the int draw_filled.
12028 I had mistakenly thought that "draw_filled" was a new map index
12032 This was an error, as draw_filled has always existed.
12041 draw_filled variable. It then inserted reasonable defaults, but
12094 There was a test of "draw_filled" to see if it was set to "auto",
12095 but if it was, then draw_filled was changed to whatever the
25136 dialog which allows setting map layers and draw_filled fields.
25137 draw_filled is not used yet in the code.
[all …]