| /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/ |
| D | b2PolygonContact.cpp | 29 b2Contact* b2PolygonContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2Block… in Create() 41 b2PolygonContact::b2PolygonContact(b2Fixture* fixtureA, b2Fixture* fixtureB) in b2PolygonContact()
|
| D | b2CircleContact.cpp | 29 b2Contact* b2CircleContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockA… in Create() 41 b2CircleContact::b2CircleContact(b2Fixture* fixtureA, b2Fixture* fixtureB) in b2CircleContact()
|
| D | b2EdgeAndCircleContact.cpp | 26 b2Contact* b2EdgeAndCircleContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b… in Create() 38 b2EdgeAndCircleContact::b2EdgeAndCircleContact(b2Fixture* fixtureA, b2Fixture* fixtureB) in b2EdgeAndCircleContact()
|
| D | b2EdgeAndPolygonContact.cpp | 26 b2Contact* b2EdgeAndPolygonContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, … in Create() 38 b2EdgeAndPolygonContact::b2EdgeAndPolygonContact(b2Fixture* fixtureA, b2Fixture* fixtureB) in b2EdgeAndPolygonContact()
|
| D | b2PolygonAndCircleContact.cpp | 26 b2Contact* b2PolygonAndCircleContact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32… in Create() 38 b2PolygonAndCircleContact::b2PolygonAndCircleContact(b2Fixture* fixtureA, b2Fixture* fixtureB) in b2PolygonAndCircleContact()
|
| D | b2ChainAndPolygonContact.cpp | 28 b2Contact* b2ChainAndPolygonContact::Create(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB,… in Create() 40 …ntact::b2ChainAndPolygonContact(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 inde… in b2ChainAndPolygonContact()
|
| D | b2ChainAndCircleContact.cpp | 28 b2Contact* b2ChainAndCircleContact::Create(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, … in Create() 40 …ontact::b2ChainAndCircleContact(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 inde… in b2ChainAndCircleContact()
|
| D | b2Contact.cpp | 69 b2Contact* b2Contact::Create(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 indexB, … in Create() 106 b2Fixture* fixtureB = contact->m_fixtureB; in Destroy() local
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
| D | b2ContactManager.cpp | 40 b2Fixture* fixtureB = c->GetFixtureB(); in Destroy() local 112 b2Fixture* fixtureB = c->GetFixtureB(); in Collide() local 183 b2Fixture* fixtureB = proxyB->fixture; in AddPair() local
|
| D | b2WorldCallbacks.cpp | 24 bool b2ContactFilter::ShouldCollide(b2Fixture* fixtureA, b2Fixture* fixtureB) in ShouldCollide()
|
| D | b2Fixture.cpp | 196 b2Fixture* fixtureB = contact->GetFixtureB(); in Refilter() local
|
| D | b2Body.cpp | 251 b2Fixture* fixtureB = c->GetFixtureB(); in DestroyFixture() local
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
| D | ContactManager.java | 68 Fixture fixtureB = proxyB.fixture; in addPair() local 177 Fixture fixtureB = c.getFixtureB(); in destroy() local 238 Fixture fixtureB = c.getFixtureB(); in collide() local
|
| D | World.java | 253 public Contact popContact(Fixture fixtureA, int indexA, Fixture fixtureB, int indexB) { in popContact() 275 Fixture fixtureB = contact.getFixtureB(); in pushContact() local 727 Fixture fixtureB = c.getFixtureB(); in drawDebugData() local
|
| D | Fixture.java | 156 Fixture fixtureB = contact.getFixtureB(); in refilter() local
|
| D | Body.java | 284 Fixture fixtureB = c.getFixtureB(); in destroyFixture() local
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
| D | ContactFilter.java | 23 boolean shouldCollide (Fixture fixtureA, Fixture fixtureB); in shouldCollide()
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
| D | ContactFilter.java | 23 boolean shouldCollide (Fixture fixtureA, Fixture fixtureB); in shouldCollide()
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/ |
| D | ContactFilter.java | 47 public boolean shouldCollide(Fixture fixtureA, Fixture fixtureB){ in shouldCollide()
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/ |
| D | ContactCreator.java | 32 public Contact contactCreateFcn(IWorldPool argPool, Fixture fixtureA, Fixture fixtureB); in contactCreateFcn()
|
| D | PolygonAndCircleContact.java | 40 public void init(Fixture fixtureA, Fixture fixtureB) { in init()
|
| D | PolygonContact.java | 39 public void init(Fixture fixtureA, Fixture fixtureB) { in init()
|
| D | CircleContact.java | 39 public void init(Fixture fixtureA, Fixture fixtureB) { in init()
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/ |
| D | ConveyorBelt.java | 80 Fixture fixtureB = contact.getFixtureB(); in preSolve() local
|
| D | ContactListenerTest.java | 210 final Fixture fixtureB = contact.getFixtureB(); in endContact() local
|