Home
last modified time | relevance | path

Searched defs:poly1 (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2CollidePolygon.cpp24 const b2PolygonShape* poly1, const b2Transform& xf1, in b2FindMaxSeparation()
65 const b2PolygonShape* poly1, const b2Transform& xf1, int32 edge1, in b2FindIncidentEdge()
133 const b2PolygonShape* poly1; // reference polygon in b2CollidePolygons() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtBox2dBox2dCollisionAlgorithm.cpp135 static btScalar EdgeSeparation(const btBox2dShape* poly1, const btTransform& xf1, int edge1, in EdgeSeparation()
165 const btBox2dShape* poly1, const btTransform& xf1, in FindMaxSeparation()
256 const btBox2dShape* poly1, const btTransform& xf1, int edge1, in FindIncidentEdge()
320 const btBox2dShape* poly1; // reference poly in b2CollidePolygons() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
DApplyForce.java89 PolygonShape poly1 = new PolygonShape(); in createWorld() local
/external/skia/src/core/
DSkBitmapFilter.h105 Sk4f poly1 = (((Sk4f(fA1) * x + Sk4f(fB1)) * x + Sk4f(fC1)) * x + Sk4f(fD1)) in evalcore_n() local