Home
last modified time | relevance | path

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 Dworld.c512 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 Dmkrivers.c162 && raw_feature_at(x, y) == 0) { in make_up_river_borders()
H A Dworld.h566 #define raw_feature_at(x,y) aref(area.features, x, y) macro
H A Dui.c2266 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 Dnlang.c1725 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 Dxdesign.c745 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 Dxdraw.c541 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 Dsdlmap.cc1617 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 Dtkmap.c3730 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 DChangeLog-2002211 (place_feature_legends): Don't wrap x1 in raw_feature_at