/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() argument 64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor); in PLANE_CLIP_POLYGON_COLLECT() 69 VEC_COPY(clipped[clipped_count],point1); in PLANE_CLIP_POLYGON_COLLECT() 133 const CLASS_POINT & point1, in PLANE_CLIP_TRIANGLE_GENERIC() argument 149 GREAL dist = distance_func(plane,point1); in PLANE_CLIP_TRIANGLE_GENERIC() 152 point0,point1, in PLANE_CLIP_TRIANGLE_GENERIC() 165 point1,point2, in PLANE_CLIP_TRIANGLE_GENERIC() 201 const CLASS_POINT & point1, in PLANE_CLIP_TRIANGLE3D() argument 205 …return PLANE_CLIP_TRIANGLE_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,point0,point1,point2,clipped,DIS… in PLANE_CLIP_TRIANGLE3D()
|
D | btClipPolygon.h | 46 const btVector3 & point1, in bt_plane_clip_polygon_collect() argument 57 bt_vec_blend(clipped[clipped_count],point0,point1,blendfactor); in bt_plane_clip_polygon_collect() 62 clipped[clipped_count] = point1; in bt_plane_clip_polygon_collect() 125 const btVector3 & point1, in bt_plane_clip_triangle() argument 142 btScalar dist = bt_distance_point_plane(plane,point1); in bt_plane_clip_triangle() 145 point0,point1, in bt_plane_clip_triangle() 158 point1,point2, in bt_plane_clip_triangle()
|
D | gim_basic_geometry_operations.h | 377 CLASS_POINT & point1, in LINE_INTERSECTION_PARAMS() argument 387 VEC_DIFF(p1p2,point1,point2); in LINE_INTERSECTION_PARAMS()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Plane.java | 69 public Plane (Vector3 point1, Vector3 point2, Vector3 point3) { in Plane() argument 70 set(point1, point2, point3); in Plane() 79 public void set (Vector3 point1, Vector3 point2, Vector3 point3) { in set() argument 80 normal.set(point1).sub(point2).crs(point2.x-point3.x, point2.y-point3.y, point2.z-point3.z).nor(); in set() 81 d = -point1.dot(normal); in set()
|
/external/opencv/cvaux/src/ |
D | cvmorphcontours.cpp | 553 CvPoint* point1; // array of first contour point in icvBlendContours() local 570 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) ); in icvBlendContours() 574 cvCvtSeqToArray( contour1, point1, CV_WHOLE_SEQ ); in icvBlendContours() 578 point1[Ni-1] = point1[0]; in icvBlendContours() 596 point_output.x = cvRound(point1[i].x + param*( point2[corr_point].x - point1[i].x )); in icvBlendContours() 597 point_output.y = cvRound(point1[i].y + param*( point2[corr_point].y - point1[i].y )); in icvBlendContours() 633 CvPoint* point1; // array of first contour point in icvCalcContoursCorrespondence() local 658 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) ); in icvCalcContoursCorrespondence() 664 cvCvtSeqToArray( contour1, point1, CV_WHOLE_SEQ ); in icvCalcContoursCorrespondence() 667 point1[Ni-1] = point1[0]; in icvCalcContoursCorrespondence() [all …]
|
D | cvepilines.cpp | 76 CvPoint3D64d point1, in icvGetSymPoint3D() argument 82 icvGetPieceLength3D(pointCorner,point1,&len1); in icvGetSymPoint3D() 90 pointSym2->x = pointCorner.x + alpha*(point1.x - pointCorner.x); in icvGetSymPoint3D() 91 pointSym2->y = pointCorner.y + alpha*(point1.y - pointCorner.y); in icvGetSymPoint3D() 92 pointSym2->z = pointCorner.z + alpha*(point1.z - pointCorner.z); in icvGetSymPoint3D() 210 CvPoint2D64d point1; in icvComputeCoeffForStereoV3() local 222 point1.x = (1.0 - alpha) * quad1[0][0] + alpha * quad1[3][0]; in icvComputeCoeffForStereoV3() 223 point1.y = (1.0 - alpha) * quad1[0][1] + alpha * quad1[3][1]; in icvComputeCoeffForStereoV3() 235 icvComCoeffForLine( point1, in icvComputeCoeffForStereoV3() 339 int icvComCoeffForLine( CvPoint2D64d point1, in icvComCoeffForLine() argument [all …]
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathPlane.h | 72 Plane3(const Vec3<T> &point1, 86 void set(const Vec3<T> &point1, 140 inline void Plane3<T>::set(const Vec3<T>& point1, in set() argument 144 normal = (point2 - point1) % (point3 - point1); in set() 146 distance = normal ^ point1; in set()
|
D | ImathLine.h | 66 Line3(const Vec3<T>& point1, const Vec3<T>& point2); 72 void set(const Vec3<T>& point1,
|
D | ImathLineAlgo.h | 86 Vec3<T>& point1, in closestPoints() argument 110 point1 = line1 (n1 / d); in closestPoints()
|
/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() argument 117 tmpV0.set(point1).sub(point0).scl(0.5f); in middlePoint() 126 private static Vector3 centerPoint (Vector3 point0, Vector3 point1, Vector3 point2) { in centerPoint() argument 127 tmpV0.set(point1).sub(point0).scl(0.5f); in centerPoint() 129 tmpV0.set(point2).sub(point1).scl(0.5f); in centerPoint()
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 120 { beziers->point1.x, beziers->point1.y }, in AddBeziers() 128 fPath->cubicTo(beziers->point1.x, beziers->point1.y, in AddBeziers()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
D | GradientPanel.java | 287 int point1 = (int)(percent1 * gradientWidth); in paintComponent() local 289 g.setPaint(new GradientPaint(point1, 0, color1, point2, 0, color2, false)); in paintComponent() 290 g.fillRect(point1, 0, point2 - point1, gradientHeight); in paintComponent() 384 float point1 = i / (float)n * width; in paintComponent() local 386 g.setPaint(new GradientPaint(point1, 0, color1, point2, 0, color2, false)); in paintComponent() 387 g.fillRect((int)point1, 0, (int)Math.ceil(point2 - point1), height); in paintComponent()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
D | GradientPanel.java | 290 int point1 = (int)(percent1 * gradientWidth); in paintComponent() local 292 g.setPaint(new GradientPaint(point1, 0, color1, point2, 0, color2, false)); in paintComponent() 293 g.fillRect(point1, 0, point2 - point1, gradientHeight); in paintComponent() 387 float point1 = i / (float)n * width; in paintComponent() local 389 g.setPaint(new GradientPaint(point1, 0, color1, point2, 0, color2, false)); in paintComponent() 390 g.fillRect((int)point1, 0, (int)Math.ceil(point2 - point1), height); in paintComponent()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 559 CvPoint3D64f point1, 563 CVAPI(void) icvGetPieceLength3D(CvPoint3D64f point1,CvPoint3D64f point2,double* dist); 586 CVAPI(float) icvDefinePointPosition(CvPoint2D32f point1,CvPoint2D32f point2,CvPoint2D32f point); 601 CVAPI(int) icvComCoeffForLine( CvPoint2D64f point1, 638 CVAPI(int) icvGetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2… 654 CvPoint2D32f point1, 660 CvPoint2D32f* point1, 675 CVAPI(void) icvGetPieceLength(CvPoint2D64f point1,CvPoint2D64f point2,double* dist); 713 CvPoint2D64f point1,CvPoint2D64f point2, 718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | morph.cl | 124 int point1 = mad24(l_y, LSIZE0, l_x); 125 int point2 = point1 + LSIZE0 * LSIZE1; 126 int tl_x = point1 % width, tl_y = point1 / width; 150 LDS_DAT[point1] = temp0;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | cv_util.py | 87 def SqDistance(point1, point2): argument 89 d = np.square(point1 - point2)
|
/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() argument 352 rayCast(callback, point1.x, point1.y, point2.x, point2.y); in rayCast() 362 }, this.point1.set(point1X, point1Y), this.point2.set(point2X, point2Y)); in rayCast()
|
/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() argument 249 …CollisionJNI.bt_plane_clip_polygon_collect(point0, point1, dist0, dist1, btVector3.getCPtr(clipped… 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() argument 257 …return CollisionJNI.bt_plane_clip_triangle(btVector4.getCPtr(plane), plane, point0, point1, point2… in bt_plane_clip_triangle()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 50 CPDF_Point point1(0, 1); in IsWndHorV() local 53 mt.Transform(point1.x, point1.y); in IsWndHorV() 56 return point2.y == point1.y; in IsWndHorV()
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRFinderPatternFinder.h | 51 static FX_FLOAT Distance(CBC_ResultPoint* point1, CBC_ResultPoint* point2);
|
D | BC_QRFinderPatternFinder.cpp | 197 FX_FLOAT CBC_QRFinderPatternFinder::Distance(CBC_ResultPoint* point1, in Distance() argument 199 FX_FLOAT dx = point1->GetX() - point2->GetX(); in Distance() 200 FX_FLOAT dy = point1->GetY() - point2->GetY(); in Distance()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | intersect.hpp | 101 genType const & point0, genType const & point1,
|
D | intersect.inl | 193 genType const & point0, genType const & point1, argument 200 genType dir = normalize(point1 - point0);
|
/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() argument 828 input.p1.set(point1); in raycast() 844 Vec2 point1, Vec2 point2) { in raycast() argument 848 input.p1.set(point1); in raycast() 851 m_particleSystem.raycast(particleCallback, point1, point2); in raycast() 862 public void raycast(ParticleRaycastCallback particleCallback, Vec2 point1, Vec2 point2) { in raycast() argument 863 m_particleSystem.raycast(particleCallback, point1, point2); in raycast()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
D | b2World.h | 122 void RayCast(b2RayCastCallback* callback, const b2Vec2& point1, const b2Vec2& point2) const;
|