/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | gim_clip_polygon.h | 53 const CLASS_POINT & point1, in PLANE_CLIP_POLYGON_COLLECT() 133 const CLASS_POINT & point1, in PLANE_CLIP_TRIANGLE_GENERIC() 201 const CLASS_POINT & point1, in PLANE_CLIP_TRIANGLE3D()
|
D | btClipPolygon.h | 46 const btVector3 & point1, in bt_plane_clip_polygon_collect() 125 const btVector3 & point1, in bt_plane_clip_triangle()
|
D | gim_basic_geometry_operations.h | 377 CLASS_POINT & point1, in LINE_INTERSECTION_PARAMS()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/ |
D | FrustumShapeBuilder.java | 116 private static Vector3 middlePoint (Vector3 point0, Vector3 point1) { in middlePoint() 126 private static Vector3 centerPoint (Vector3 point0, Vector3 point1, Vector3 point2) { in centerPoint()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Plane.java | 69 public Plane (Vector3 point1, Vector3 point2, Vector3 point3) { in Plane() 79 public void set (Vector3 point1, Vector3 point2, Vector3 point3) { in set()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | cv_util.py | 87 def SqDistance(point1, point2): argument
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
D | GradientPanel.java | 287 int point1 = (int)(percent1 * gradientWidth); in paintComponent() local 384 float point1 = i / (float)n * width; in paintComponent() local
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
D | GradientPanel.java | 290 int point1 = (int)(percent1 * gradientWidth); in paintComponent() local 387 float point1 = i / (float)n * width; in paintComponent() local
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
D | World.java | 346 Vec2 point1 = new Vec2(); field in World 351 public void rayCast (final RayCastCallback callback, Vector2 point1, Vector2 point2) { in rayCast()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 76 CvPoint3D64d point1, in icvGetSymPoint3D() 210 CvPoint2D64d point1; in icvComputeCoeffForStereoV3() local 339 int icvComCoeffForLine( CvPoint2D64d point1, in icvComCoeffForLine() 667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *p… in icvGetAngleLine() 1151 void icvGetPieceLength(CvPoint2D64d point1,CvPoint2D64d point2,double* dist) in icvGetPieceLength() 1161 void icvGetPieceLength3D(CvPoint3D64d point1,CvPoint3D64d point2,double* dist) in icvGetPieceLength3D() 2002 CvPoint2D64d point1,CvPoint2D64d point2, in icvGetMiddleAnglePoint() 2037 CV_IMPL double icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2) in icvGetVect() 2051 CvPoint2D64d point1,point2; in icvTestPoint() local 2274 int GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2) in GetAngleLinee() [all …]
|
D | cvmorphcontours.cpp | 553 CvPoint* point1; // array of first contour point in icvBlendContours() local 633 CvPoint* point1; // array of first contour point in icvCalcContoursCorrespondence() local
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathPlane.h | 140 inline void Plane3<T>::set(const Vec3<T>& point1, in set()
|
D | ImathLineAlgo.h | 86 Vec3<T>& point1, in closestPoints()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
D | World.java | 824 public void raycast(RayCastCallback callback, Vec2 point1, Vec2 point2) { in raycast() 844 Vec2 point1, Vec2 point2) { in raycast() 862 public void raycast(ParticleRaycastCallback particleCallback, Vec2 point1, Vec2 point2) { in raycast()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | intersect.inl | 193 genType const & point0, genType const & point1,
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | Collision.java | 248 …public static void bt_plane_clip_polygon_collect(Vector3 point0, Vector3 point1, float dist0, floa… in bt_plane_clip_polygon_collect() 256 …public static int bt_plane_clip_triangle(btVector4 plane, Vector3 point0, Vector3 point1, Vector3 … in bt_plane_clip_triangle()
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRFinderPatternFinder.cpp | 197 FX_FLOAT CBC_QRFinderPatternFinder::Distance(CBC_ResultPoint* point1, in Distance()
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 855 Point point1 = new Point(0, 0); in testLineMatPointPointScalar() local 866 Point point1 = new Point(0, 0); in testLineMatPointPointScalarInt() local 876 Point point1 = new Point(3, 4); in testLineMatPointPointScalarIntIntInt() local
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 50 CPDF_Point point1(0, 1); in IsWndHorV() local
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
D | b2World.cpp | 1019 void b2World::RayCast(b2RayCastCallback* callback, const b2Vec2& point1, const b2Vec2& point2) const in RayCast() argument
|
/external/opencv3/modules/imgproc/misc/java/test/ |
D | ImgprocTest.java | 1080 Point point1 = new Point(50, 50); in testHoughLinesMatMatDoubleDoubleInt() local 1109 Point point1 = new Point(0, 0); in testHoughLinesPMatMatDoubleDoubleInt() local
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
D | World.java | 1027 public void rayCast (RayCastCallback callback, Vector2 point1, Vector2 point2) { in rayCast()
|
/external/opencv3/modules/imgproc/src/ |
D | min_enclosing_triangle.cpp | 1513 static bool areEqualPoints(const cv::Point2f &point1, const cv::Point2f &point2) { in areEqualPoints()
|