Home
last modified time | relevance | path

Searched refs:usy1 (Results 1 – 4 of 4) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dui.c1515 int usx1, usy1, usw1, ush1; in find_uview_at_pixel() local
1527 find_uview_at_pixel(side, vp, uvocc, usx1, usy1, usw1, ush1, in find_uview_at_pixel()
1537 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) in find_uview_at_pixel()
1546 int usx1, usy1, usw1, ush1; in find_unit_or_occ() local
1560 xform_unit(vp, occ, &usx1, &usy1, &usw1, &ush1); in find_unit_or_occ()
1569 xform_unit(vp, unit, &usx1, &usy1, &usw1, &ush1); in find_unit_or_occ()
1570 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) in find_unit_or_occ()
1642 int usx1, usy1, usw1, ush1; in find_unit_or_occ_view() local
1657 xform_unit(vp, occ, &usx1, &usy1, &usw1, &ush1); in find_unit_or_occ_view()
1672 xform_unit_view(side, vp, uview, &usx1, &usy1, &usw1, &ush1); in find_unit_or_occ_view()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxdraw.c222 int usx1, usy1, usw1, ush1; in x_find_unit_or_occ() local
228 x_xform_unit(side, map, occ, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
230 x_find_unit_or_occ(side, map, occ, usx1, usy1, usw1, ush1, sx, sy); in x_find_unit_or_occ()
238 x_xform_unit(side, map, unit, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
239 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) { in x_find_unit_or_occ()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmap.cc178 int usx1, usy1, usw1, ush1; in x_find_unit_or_occ() local
188 x_xform_unit(map, occ, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
190 x_find_unit_or_occ(map, occ, usx1, usy1, usw1, ush1, sx, sy); in x_find_unit_or_occ()
198 x_xform_unit(map, unit, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
199 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) { in x_find_unit_or_occ()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkmap.c920 int usx1, usy1, usw1, ush1; in x_find_unit_or_occ() local
930 x_xform_unit(mapw, occ, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
932 x_find_unit_or_occ(mapw, occ, usx1, usy1, usw1, ush1, sx, sy); in x_find_unit_or_occ()
940 x_xform_unit(mapw, unit, &usx1, &usy1, &usw1, &ush1); in x_find_unit_or_occ()
941 if (between(usx1, sx, usx1 + usw1) && between(usy1, sy, usy1 + ush1)) { in x_find_unit_or_occ()