Home
last modified time | relevance | path

Searched refs:is_in_hex (Results 1 – 3 of 3) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dpicture.hpp201 bool is_in_hex(const locator& i_locator);
H A Dpicture.cpp1092 bool is_in_hex(const locator& i_locator) in is_in_hex() function
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dframe.cpp657 …if(tmp_offset == 0 && current_data.x == 0 && current_data.directional_x == 0 && image::is_in_hex(i… in get_overlaped_hex()