/external/opencv/cvaux/src/ |
D | cvmorphcontours.cpp | 554 CvPoint* point2; // array of second contour point in icvBlendContours() local 571 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) ); in icvBlendContours() 575 cvCvtSeqToArray( contour2, point2, CV_WHOLE_SEQ ); in icvBlendContours() 579 point2[Nj-1] = point2[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() 634 CvPoint* point2; // array of second contour point in icvCalcContoursCorrespondence() local 659 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) ); in icvCalcContoursCorrespondence() 665 cvCvtSeqToArray( contour2, point2, CV_WHOLE_SEQ ); in icvCalcContoursCorrespondence() 668 point2[Nj-1] = point2[0]; in icvCalcContoursCorrespondence() [all …]
|
D | cvepilines.cpp | 77 CvPoint3D64d point2, in icvGetSymPoint3D() argument 87 icvGetPieceLength3D(pointCorner,point2,&len2); in icvGetSymPoint3D() 211 CvPoint2D64d point2; in icvComputeCoeffForStereoV3() local 225 point2.x = (1.0 - alpha) * quad1[1][0] + alpha * quad1[2][0]; in icvComputeCoeffForStereoV3() 226 point2.y = (1.0 - alpha) * quad1[1][1] + alpha * quad1[2][1]; in icvComputeCoeffForStereoV3() 236 point2, in icvComputeCoeffForStereoV3() 340 CvPoint2D64d point2, in icvComCoeffForLine() argument 369 icvGetDirectionForPoint( point2, in icvComCoeffForLine() 667 …vGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2) in icvGetAngleLine() argument 695 *point2 = pc; in icvGetAngleLine() [all …]
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 121 { beziers->point2.x, beziers->point2.y }, in AddBeziers() 129 beziers->point2.x, beziers->point2.y, in AddBeziers()
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathPlane.h | 73 const Vec3<T> &point2, 87 const Vec3<T> &point2, 141 const Vec3<T>& point2, in set() argument 144 normal = (point2 - point1) % (point3 - point1); in set()
|
D | ImathLine.h | 66 Line3(const Vec3<T>& point1, const Vec3<T>& point2); 73 const Vec3<T>& point2);
|
D | ImathLineAlgo.h | 87 Vec3<T>& point2) in closestPoints() argument 111 point2 = line2 (n2 / d); in closestPoints()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 560 CvPoint3D64f point2, 563 CVAPI(void) icvGetPieceLength3D(CvPoint3D64f point1,CvPoint3D64f point2,double* dist); 586 CVAPI(float) icvDefinePointPosition(CvPoint2D32f point1,CvPoint2D32f point2,CvPoint2D32f point); 602 CvPoint2D64f point2, 638 …GetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2D64f *point2); 655 CvPoint2D32f *point2); 661 CvPoint2D32f point2); 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/skia/tests/ |
D | CTest.cpp | 24 sk_point_t point2 = {30.0f, 40.0f}; in shader_test() local 45 &point, 10.0f, &point2, 50.0f, colors, nullptr, 2, tilemode, nullptr); in shader_test()
|
/external/clang/test/CodeGen/ |
D | struct.c | 18 } point2; variable 21 point2.p1.a = 42; in fn2()
|
/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)
|
D | screen_finder_unittest.py | 187 point2 = (corners[3][0] + sidedist1, corners[3][1] + sidedist1) 188 self.assertTrue(sf._PointIsCloseToPreviousCorners(point2))
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | morph.cl | 125 int point2 = point1 + LSIZE0 * LSIZE1; 127 int tl_x2 = point2 % width, tl_y2 = point2 / width; 151 LDS_DAT[point2] = temp1;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 51 CPDF_Point point2(1, 1); in IsWndHorV() local 54 mt.Transform(point2.x, point2.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 | 198 CBC_ResultPoint* point2) { in Distance() argument 199 FX_FLOAT dx = point1->GetX() - point2->GetX(); in Distance() 200 FX_FLOAT dy = point1->GetY() - point2->GetY(); in Distance()
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 856 Point point2 = new Point(nPoints, nPoints); in testLineMatPointPointScalar() local 859 Imgproc.line(gray0, point1, point2, color); in testLineMatPointPointScalar() 867 Point point2 = new Point(nPoints, nPoints); in testLineMatPointPointScalarInt() local 869 Imgproc.line(gray0, point1, point2, colorWhite, 0); in testLineMatPointPointScalarInt() 877 Point point2 = new Point(nPoints, nPoints); in testLineMatPointPointScalarIntIntInt() local 881 Imgproc.line(gray0, point2, point1, colorWhite, 2, Imgproc.LINE_8, 0); in testLineMatPointPointScalarIntIntInt()
|
/external/opencv3/modules/imgproc/src/ |
D | min_enclosing_triangle.cpp | 115 static bool areEqualPoints(const cv::Point2f &point1, const cv::Point2f &point2); 1513 static bool areEqualPoints(const cv::Point2f &point1, const cv::Point2f &point2) { in areEqualPoints() argument 1514 return (almostEqual(point1.x, point2.x) && almostEqual(point1.y, point2.y)); in areEqualPoints()
|
/external/opencv3/modules/imgproc/misc/java/test/ |
D | ImgprocTest.java | 1081 Point point2 = new Point(img.cols() / 2, img.rows() / 2); in testHoughLinesMatMatDoubleDoubleInt() local 1082 Imgproc.line(img, point1, point2, colorWhite, 1); in testHoughLinesMatMatDoubleDoubleInt() 1110 Point point2 = new Point(sz, sz); in testHoughLinesPMatMatDoubleDoubleInt() local 1113 Imgproc.line(img, point1, point2, Scalar.all(255), 1); in testHoughLinesPMatMatDoubleDoubleInt()
|
/external/opencv3/doc/tutorials/core/mat_the_basic_image_container/ |
D | mat_the_basic_image_container.markdown | 245 @snippet mat_the_basic_image_container.cpp out-point2
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types.hpp | 473 RotatedRect(const Point2f& point1, const Point2f& point2, const Point2f& point3);
|