Searched refs:calc_bidi_cost (Results 1 – 3 of 3) sorted by relevance
458 return map.calc_bidi_cost(from, dir); in stepcost()
1895 int32_t Map::calc_bidi_cost(const Coords& coords, const int32_t dir) const { in calc_bidi_cost() function in Widelands::Map2124 cost = curpf->real_cost + ((flags & fpBidiCost) ? calc_bidi_cost(cur, *direction) : in findpath()
365 int32_t calc_bidi_cost(const Coords&, int32_t dir) const;