Home
last modified time | relevance | path

Searched refs:hitType (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/jobs/
H A Draycastingjob.cpp256 QRayCasterHit::HitType hitType = QRayCasterHit::EntityHit; in dispatchHits() local
261 hitType = QRayCasterHit::TriangleHit; in dispatchHits()
264 hitType = QRayCasterHit::LineHit; in dispatchHits()
267 hitType = QRayCasterHit::PointHit; in dispatchHits()
273 hitType, in dispatchHits()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DResizeBrushesTool.cpp72 PickProximateFace(const Model::Hit::HitType hitType, const Ray3& pickRay) : in PickProximateFace() argument
74 m_hitType(hitType), in PickProximateFace()
122 …Model::Hit ResizeBrushesTool::pickProximateFace(const Model::Hit::HitType hitType, const Ray3& pic… in pickProximateFace() argument
123 PickProximateFace visitor(hitType, pickRay); in pickProximateFace()
H A DResizeBrushesTool.h59 Model::Hit pickProximateFace(Model::Hit::HitType hitType, const Ray3& pickRay) const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.cpp917 hitType |= HitTestRequest::IgnoreClipping; in hitTestResultAtPoint()
918 m_frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), result); in hitTestResultAtPoint()
935 frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), widgetHitTestResult); in hitTestResultAtPoint()
1580 HitTestRequest::HitTestRequestType hitType = HitTestRequest::MouseMove; in handleMouseMoveEvent() local
1582 hitType |= HitTestRequest::ReadOnly; in handleMouseMoveEvent()
1584 hitType |= HitTestRequest::Active; in handleMouseMoveEvent()
1589 hitType |= HitTestRequest::Active | HitTestRequest::ReadOnly; in handleMouseMoveEvent()
1591 HitTestRequest request(hitType); in handleMouseMoveEvent()
3081 hitType = HitTestRequest::Active; in handleTouchEvent()
3084 hitType = HitTestRequest::Active | HitTestRequest::MouseMove | HitTestRequest::ReadOnly; in handleTouchEvent()
[all …]
H A DEventHandler.h119 … HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active,
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Ddashboard.go349 var hitType search.HitType
351 hitType = search.DashHitFolder
353 hitType = search.DashHitDB
356 return hitType
/dports/net/quiterss/quiterss-0.19.4_1/3rdparty/ganalytics/
H A Dganalytics.h335 URL_QUERY build_metric(const QString& hitType) const { in build_metric() argument
341 params.addQueryItem("t", hitType); in build_metric()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Denemy.h285 … virtual void hit(float damage, Controller *enemy = NULL, TR::HitType hitType = TR::HIT_DEFAULT) {
288 Character::hit(damage, enemy, hitType);
913 … virtual void hit(float damage, Controller *enemy = NULL, TR::HitType hitType = TR::HIT_DEFAULT) {
914 Enemy::hit(damage, enemy, hitType);
2447 … virtual void hit(float damage, Controller *enemy = NULL, TR::HitType hitType = TR::HIT_DEFAULT) {
2824 … virtual void hit(float damage, Controller *enemy = NULL, TR::HitType hitType = TR::HIT_DEFAULT) {
2826 Human::hit(damage, enemy, hitType);
H A Dcharacter.h127 … virtual void hit(float damage, Controller *enemy = NULL, TR::HitType hitType = TR::HIT_DEFAULT) {
H A Dlara.h1603 … virtual void hit(float damage, Controller *enemy = NULL, TR::HitType hitType = TR::HIT_DEFAULT) {
1606 if (health <= 0.0f && hitType != TR::HIT_FALL) return;
1610 Character::hit(damage, enemy, hitType);
1614 switch (hitType) {
1636 switch (hitType) {
1698 if (hitType != TR::HIT_LAVA) {
1703 hitType = TR::HIT_LAVA;
1706 if (hitType == TR::HIT_LAVA) {
H A Dcontroller.h1100 … virtual void hit(float damage, Controller *enemy = NULL, TR::HitType hitType = TR::HIT_DEFAULT) {}
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dlol.h1209 void inflictMagicalDamage(int target, int attacker, int damage, int index, int hitType);
1244 int calcInflictableDamage(int16 attacker, int16 target, int hitType);
1248 …lcInflictableDamagePerItem(int16 attacker, int16 target, uint16 itemMight, int index, int hitType);
H A Dlol.cpp3314 void LoLEngine::inflictMagicalDamage(int target, int attacker, int damage, int index, int hitType) { in inflictMagicalDamage() argument
3315 hitType = hitType ? 1 : 2; in inflictMagicalDamage()
3316 damage = calcInflictableDamagePerItem(attacker, target, damage, index, hitType); in inflictMagicalDamage()
3379 int LoLEngine::calcInflictableDamage(int16 attacker, int16 target, int hitType) { in calcInflictableDamage() argument
3387 res += calcInflictableDamagePerItem(attacker, target, s[i], i, hitType); in calcInflictableDamage()
3527 …cInflictableDamagePerItem(int16 attacker, int16 target, uint16 itemMight, int index, int hitType) { in calcInflictableDamagePerItem() argument
3545 if (hitType == 2 || !dmg) in calcInflictableDamagePerItem()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dlol.cpp3332 void LoLEngine::inflictMagicalDamage(int target, int attacker, int damage, int index, int hitType) { in inflictMagicalDamage() argument
3333 hitType = hitType ? 1 : 2; in inflictMagicalDamage()
3334 damage = calcInflictableDamagePerItem(attacker, target, damage, index, hitType); in inflictMagicalDamage()
3397 int LoLEngine::calcInflictableDamage(int16 attacker, int16 target, int hitType) { in calcInflictableDamage() argument
3405 res += calcInflictableDamagePerItem(attacker, target, s[i], i, hitType); in calcInflictableDamage()
3545 …cInflictableDamagePerItem(int16 attacker, int16 target, uint16 itemMight, int index, int hitType) { in calcInflictableDamagePerItem() argument
3563 if (hitType == 2 || !dmg) in calcInflictableDamagePerItem()
H A Dlol.h1215 void inflictMagicalDamage(int target, int attacker, int damage, int index, int hitType);
1249 int calcInflictableDamage(int16 attacker, int16 target, int hitType);
1253 …lcInflictableDamagePerItem(int16 attacker, int16 target, uint16 itemMight, int index, int hitType);
/dports/misc/netron/node_modules/universal-analytics/
H A DAcceptableParams.md199 Pass as: `hitType` or `t`
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/core/common/perftests/data/
H A Dhttp_archive_top_100_page_requests1032 …ieDomainPeriods=2&pageName=adobe.com&g=https%3A%2F%2Fwww.adobe.com%2F&c.&hitType=pageView&.c&ch=ad…
2117 …ieDomainPeriods=2&pageName=adobe.com&g=https%3A%2F%2Fwww.adobe.com%2F&c.&hitType=pageView&s_dmdbas…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/core/common/perftests/data/
H A Dhttp_archive_top_100_page_requests1032 …ieDomainPeriods=2&pageName=adobe.com&g=https%3A%2F%2Fwww.adobe.com%2F&c.&hitType=pageView&.c&ch=ad…
2117 …ieDomainPeriods=2&pageName=adobe.com&g=https%3A%2F%2Fwww.adobe.com%2F&c.&hitType=pageView&s_dmdbas…