/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | SimplifyAddIntersectingTs_Test.cpp | 87 const SkPoint* pts2, SkPath::Verb c2Type) { in testPath() argument 105 pts2[0].fX, pts2[0].fY, in testPath() 106 pts2[c2Type].fX, pts2[c2Type].fY); in testPath() 118 const SkPoint* pts1, * pts2; in SimplifyAddIntersectingTs_Test() local 123 SkPath::Verb c2Type = setPath(firstI, path2, pts2); in SimplifyAddIntersectingTs_Test() 124 testPath(path2, pts1, c1Type, pts2, c2Type); in SimplifyAddIntersectingTs_Test() 131 SkPath::Verb c2Type = setPath(i, path2, pts2); in SimplifyAddIntersectingTs_Test() 132 testPath(path2, pts1, c1Type, pts2, c2Type); in SimplifyAddIntersectingTs_Test()
|
D | QuadraticImplicit.cpp | 469 _Point pts2[4]; in intersect2() local 471 xy_at_t(q2, roots2Copy[index], pts2[index].x, pts2[index].y); in intersect2() 475 if (pts1[0].approximatelyEqualHalf(pts2[0])) { in intersect2() 477 } else if (pts1[0].moreRoughlyEqual(pts2[0])) { in intersect2() 497 pts1[0].x, pts1[0].y, pts1[0].approximatelyEqualHalf(pts2[0]) in intersect2() 498 ? "==" : "!=", pts2[0].x, pts2[0].y); in intersect2() 521 if (!pts2[ndex2].approximatelyEqualHalf(pts1[index])) { in intersect2() 524 double dx = pts2[ndex2].x - pts1[index].x; in intersect2() 525 double dy = pts2[ndex2].y - pts1[index].y; in intersect2()
|
/external/skia/experimental/Intersection/ |
D | SimplifyAddIntersectingTs_Test.cpp | 87 const SkPoint* pts2, SkPath::Verb c2Type) { in testPath() argument 105 pts2[0].fX, pts2[0].fY, in testPath() 106 pts2[c2Type].fX, pts2[c2Type].fY); in testPath() 118 const SkPoint* pts1, * pts2; in SimplifyAddIntersectingTs_Test() local 123 SkPath::Verb c2Type = setPath(firstI, path2, pts2); in SimplifyAddIntersectingTs_Test() 124 testPath(path2, pts1, c1Type, pts2, c2Type); in SimplifyAddIntersectingTs_Test() 131 SkPath::Verb c2Type = setPath(i, path2, pts2); in SimplifyAddIntersectingTs_Test() 132 testPath(path2, pts1, c1Type, pts2, c2Type); in SimplifyAddIntersectingTs_Test()
|
D | QuadraticImplicit.cpp | 469 _Point pts2[4]; in intersect2() local 471 xy_at_t(q2, roots2Copy[index], pts2[index].x, pts2[index].y); in intersect2() 475 if (pts1[0].approximatelyEqualHalf(pts2[0])) { in intersect2() 477 } else if (pts1[0].moreRoughlyEqual(pts2[0])) { in intersect2() 497 pts1[0].x, pts1[0].y, pts1[0].approximatelyEqualHalf(pts2[0]) in intersect2() 498 ? "==" : "!=", pts2[0].x, pts2[0].y); in intersect2() 521 if (!pts2[ndex2].approximatelyEqualHalf(pts1[index])) { in intersect2() 524 double dx = pts2[ndex2].x - pts1[index].x; in intersect2() 525 double dy = pts2[ndex2].y - pts1[index].y; in intersect2()
|
/external/eigen/test/ |
D | geo_homogeneous.cpp | 75 Matrix<Scalar, Size+1, Dynamic> pts1, pts2; in homogeneous() local 89 pts2 = pts1; in homogeneous() 90 pts2.row(Size).setRandom(); in homogeneous() 91 VERIFY_IS_APPROX((aff * pts2).colwise().hnormalized(), aff * pts2.colwise().hnormalized()); in homogeneous() 92 VERIFY_IS_APPROX((caff * pts2).colwise().hnormalized(), caff * pts2.colwise().hnormalized()); in homogeneous() 93 …VERIFY_IS_APPROX((proj * pts2).colwise().hnormalized(), (proj * pts2.colwise().hnormalized().colwi… in homogeneous()
|
/external/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 481 SkDPoint pts2[4]; in intersect() local 483 pts2[index] = q2.ptAtT(roots2Copy[index]); in intersect() 487 if (pts1[0].approximatelyEqual(pts2[0])) { in intersect() 489 } else if (pts1[0].moreRoughlyEqual(pts2[0])) { in intersect() 505 if (!pts2[ndex2].approximatelyEqual(pts1[index])) { in intersect() 508 double dx = pts2[ndex2].fX - pts1[index].fX; in intersect() 509 double dy = pts2[ndex2].fY - pts1[index].fY; in intersect()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 481 SkDPoint pts2[4]; in intersect() local 483 pts2[index] = q2.ptAtT(roots2Copy[index]); in intersect() 487 if (pts1[0].approximatelyEqual(pts2[0])) { in intersect() 505 if (!pts2[ndex2].approximatelyEqual(pts1[index])) { in intersect() 508 double dx = pts2[ndex2].fX - pts1[index].fX; in intersect() 509 double dy = pts2[ndex2].fY - pts1[index].fY; in intersect()
|
/external/kernel-headers/original/uapi/linux/ |
D | cm4000_cs.h | 37 unsigned char pts2; member
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 166 icvCalcAffineTranf2D32f(CvPoint2D32f* pts1, CvPoint2D32f* pts2, int count, CvMat* affine_trans) 182 CV_MAT_ELEM( *xy, float, i*2+1, 2 ) = CV_MAT_ELEM( *xy, float, i*2, 0 ) = pts2[j].x; 183 CV_MAT_ELEM( *xy, float, i*2+1, 3 ) = CV_MAT_ELEM( *xy, float, i*2, 1 ) = pts2[j].y;
|