HomeSort by relevance Sort by last modified time
    Searched defs:hitType (Results 1 - 5 of 5) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 21 import com.replica.replicaisland.CollisionParameters.HitType;
145 if (hit != HitType.INVALID) {
165 if (hit2 != HitType.INVALID) {
196 * or HitType.INVALID if no intersections are found.
205 int intersectionType = HitType.INVALID;
208 for (int x = 0; x < attackCount && intersectionType == HitType.INVALID; x++) {
210 final int hitType = attackVolume.getHitType();
211 if (hitType != HitType.INVALID) {
216 if (vulnerableType == HitType.INVALID || vulnerableType == hitType)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 153 HitTestRequest::HitTestRequestType hitType = HitTestRequest::Move | HitTestRequest::ReadOnly | HitTestRequest::AllowChildFrameContent;
155 hitType |= HitTestRequest::IgnorePointerEventsNone;
156 HitTestRequest request(hitType);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 615 milliseconds