Lines Matching refs:hit
112 boolean hit = false; in castRay()
118 hit = true; in castRay()
128 if (hit) { in castRay()
138 hit = true; in castRay()
148 return hit; in castRay()
206 boolean hit = testBoxAgainstList(mCollisionTiles[tileIndex].segments, in testBox()
210 if (hit) { in testBox()
505 HitPoint hit = hitPool.allocate(); in testBoxAgainstList() local
507 hit.hitPoint = hitPoint; in testBoxAgainstList()
508 hit.hitNormal = hitNormal; in testBoxAgainstList()
510 outputHitPoints.add(hit); in testBoxAgainstList()