Searched refs:raw_feature_at (Results 1 – 10 of 10) sorted by relevance
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/ |
H A D | world.c | 512 return raw_feature_at(x, y); in fn_feature_at() 1442 fid = raw_feature_at(x, y); in feature_at() 1499 fid = raw_feature_at(x, y); in destroy_feature() 1531 set_raw_feature_at(x, y, newlabels[raw_feature_at(x, y)]); in renumber_features() 1572 if (feature->id == raw_feature_at(x, y)) in compute_feature_centroid() 2291 int oldfid = raw_feature_at(x, y); in paint_feature_1()
|
H A D | mkrivers.c | 162 && raw_feature_at(x, y) == 0) { in make_up_river_borders()
|
H A D | world.h | 566 #define raw_feature_at(x,y) aref(area.features, x, y) macro
|
H A D | ui.c | 2266 f = raw_feature_at(x, y); 2278 while (raw_feature_at(x1, y1) == f && 2348 f = raw_feature_at(x, y); in place_feature_legends() 2356 while (raw_feature_at(x1, y) == f && in place_feature_legends()
|
H A D | nlang.c | 1725 int fid = (features_defined() ? raw_feature_at(x, y) : 0); in feature_name_at()
|
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/ |
H A D | xdesign.c | 745 side->ui->curfid = raw_feature_at(x, y); in set_designer_cur_from_map() 828 oldfid = raw_feature_at(ax, ay); in handle_designer_map_click()
|
H A D | xdraw.c | 541 draw_feature_boundary(side, map, x, y0, raw_feature_at(x, y0)); in draw_row() 1536 fid0 = raw_feature_at(x, y); in draw_feature_boundary() 1566 if (raw_feature_at(x1,y1) != fid0) { in draw_feature_boundary()
|
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/ |
H A D | sdlmap.cc | 1617 fid0 = raw_feature_at(x, y); in draw_feature_boundary() 1628 fid1 = raw_feature_at(x1, y1); in draw_feature_boundary()
|
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/ |
H A D | tkmap.c | 3730 fid0 = raw_feature_at(x, y); in draw_feature_boundary() 3744 fid1 = raw_feature_at(x1, y1); in draw_feature_boundary() 4894 oldfid = (features_defined() ? raw_feature_at(x, y) : 0); in handle_designer_mouse_down()
|
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/ |
H A D | ChangeLog-2002 | 211 (place_feature_legends): Don't wrap x1 in raw_feature_at
|