Searched refs:GetChildIndexB (Results 1 - 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
H A Db2ContactManager.cpp114 int32 indexB = c->GetChildIndexB();
208 int32 iB = edge->contact->GetChildIndexB();
249 indexB = c->GetChildIndexB();
H A Db2Island.cpp430 int32 indexB = c->GetChildIndexB();
H A Db2World.cpp679 int32 indexB = c->GetChildIndexB();
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
H A Db2Contact.h116 int32 GetChildIndexB() const;
299 inline int32 b2Contact::GetChildIndexB() const function in class:b2Contact
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
H A Dcom.badlogic.gdx.physics.box2d.Contact.cpp114 return contact->GetChildIndexB();

Completed in 429 milliseconds