Home
last modified time | relevance | path

Searched refs:hitLeft (Results 1 – 11 of 11) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/ai/formula/
H A Dcallable_objects.hpp245 outcome_callable( const std::vector<variant>& hitLeft, in outcome_callable() argument
248 : hitLeft_(hitLeft), prob_(prob), status_(status) in outcome_callable()
252 const std::vector<variant>& hitLeft() const { return hitLeft_; } in hitLeft() function in wfl::outcome_callable
H A Dfunction_table.cpp623 std::vector<variant> hitLeft; variable
627 hitLeft.emplace_back(i);
638 …if (bc.get_defender_stats().petrifies && static_cast<unsigned int>(hitLeft[0].as_int()) != bc.get_…
640 if (bc.get_defender_stats().plagues && hitLeft[0].as_int() == 0)
642 vars.emplace_back(std::make_shared<outcome_callable>(hitLeft, prob, status));
643 hitLeft.clear();
651 hitLeft.emplace_back(i);
661 …if (bc.get_attacker_stats().petrifies && static_cast<unsigned int>(hitLeft[0].as_int()) != bc.get_…
663 if (bc.get_attacker_stats().plagues && hitLeft[0].as_int() == 0)
665 vars.emplace_back(std::make_shared<outcome_callable>(hitLeft, prob, status));
/dports/games/atanks/atanks-6.5/src/
H A Dphysobj.cpp137 bool hitLeft = false; // Helper to not needing to check deltaX against 0. in applyPhysics() local
146 hitLeft = true; in applyPhysics()
171 nextX = hitLeft ? left : right; in applyPhysics()
285 if (hitLeft) nextX = right; in applyPhysics()
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dwindow.cpp413 bool hitLeft = (m_hitTest == HitTestBorderNW || in onProcessMessage() local
426 if (hitLeft) { in onProcessMessage()
444 if (hitLeft) in onProcessMessage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inc/
H A Dsyswinwrapper.hxx86 hitLeft = 7, hitMiddle = 8 enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inc/
H A Dsyswinwrapper.hxx86 hitLeft = 7, hitMiddle = 8 enumerator
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/src/
H A Dtabheader.cpp454 …bool hitLeft = (leftDistance >= 0).all() && (leftDistance < Vector2i(theme()->mTabControlWidth, mS… in locateClick() local
455 if (hitLeft) in locateClick()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/
H A Dtabheader.cpp454 …bool hitLeft = (leftDistance >= 0).all() && (leftDistance < Vector2i(theme()->mTabControlWidth, mS… in locateClick() local
455 if (hitLeft) in locateClick()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DAdornedRulerPanel.cpp810 AdornedRulerPanel *pParent, wxCoord xx, bool hitLeft ) in ResizePlayRegionHandle() argument
812 , mHitLeft{ hitLeft }
1058 bool hitLeft = false; in HitTest() local
1060 if ((hitLeft = in HitTest()
1065 std::make_shared<ResizePlayRegionHandle>( mParent, xx, hitLeft ); in HitTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/
H A DInputReader.h1171 int32_t hitLeft; member
1177 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()
H A DInputReader.cpp3358 virtualKey.hitLeft = (virtualKeyDefinition.centerX - halfWidth)
3378 virtualKey.hitLeft, virtualKey.hitRight,
5656 virtualKey.hitLeft, virtualKey.hitTop,