/third_party/flutter/skia/tests/ |
D | PathOpsConicQuadIntersectionTest.cpp | 61 SkDPoint xy2 = quad.ptAtT(tt2); in conicQuadIntersection() local 62 if (!xy1.approximatelyEqual(xy2)) { in conicQuadIntersection() 64 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in conicQuadIntersection() 66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in conicQuadIntersection()
|
D | PathOpsCubicConicIntersectionTest.cpp | 72 SkDPoint xy2 = conic.ptAtT(tt2); in cubicConicIntersection() local 73 if (!xy1.approximatelyEqual(xy2)) { in cubicConicIntersection() 75 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection() 77 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicConicIntersection()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 82 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection() local 83 if (!xy1.approximatelyEqual(xy2)) { in cubicQuadIntersection() 85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection() 87 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicQuadIntersection()
|
D | PathOpsCubicIntersectionTest.cpp | 61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases() local 62 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases() 66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in standardTestCases() 419 SkDPoint xy1, xy2; in oneOff() local 424 xy2 = c2.ptAtT(tt2); in oneOff() 429 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 432 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 433 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff() 520 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest() local [all …]
|
D | PathOpsQuadIntersectionTest.cpp | 46 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases() local 47 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 50 tt2, xy2.fX, xy2.fY); in standardTestCases() 350 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1() local 351 if (!xy1.approximatelyEqual(xy2)) { in oneOffTest1() 354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1()
|
D | PathOpsCubicLineIntersectionTest.cpp | 157 SkDPoint xy2 = line.ptAtT(tt2); in testOne() local 158 if (!xy1.approximatelyEqual(xy2)) { in testOne() 160 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne() 162 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in testOne()
|
D | PathOpsConicIntersectionTest.cpp | 319 SkDPoint xy1, xy2; in oneOff() local 324 xy2 = c2.ptAtT(tt2); in oneOff() 327 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 328 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
|
/third_party/skia/tests/ |
D | PathOpsConicQuadIntersectionTest.cpp | 61 SkDPoint xy2 = quad.ptAtT(tt2); in conicQuadIntersection() local 62 if (!xy1.approximatelyEqual(xy2)) { in conicQuadIntersection() 64 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in conicQuadIntersection() 66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in conicQuadIntersection()
|
D | PathOpsCubicConicIntersectionTest.cpp | 72 SkDPoint xy2 = conic.ptAtT(tt2); in cubicConicIntersection() local 73 if (!xy1.approximatelyEqual(xy2)) { in cubicConicIntersection() 75 __FUNCTION__, index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicConicIntersection() 77 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicConicIntersection()
|
D | PathOpsCubicQuadIntersectionTest.cpp | 82 SkDPoint xy2 = quad.ptAtT(tt2); in cubicQuadIntersection() local 83 if (!xy1.approximatelyEqual(xy2)) { in cubicQuadIntersection() 85 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in cubicQuadIntersection() 87 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in cubicQuadIntersection()
|
D | PathOpsCubicIntersectionTest.cpp | 63 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases() local 64 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 66 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases() 68 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in standardTestCases() 418 SkDPoint xy1, xy2; in oneOff() local 423 xy2 = c2.ptAtT(tt2); in oneOff() 428 iPt.fY, xy2.fX, xy2.fY, tt2); in oneOff() 431 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 432 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff() 519 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest() local [all …]
|
D | PathOpsQuadIntersectionTest.cpp | 46 SkDPoint xy2 = quad2.ptAtT(tt2); in standardTestCases() local 47 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 50 tt2, xy2.fX, xy2.fY); in standardTestCases() 350 SkDPoint xy2 = quad2.ptAtT(tt2); in oneOffTest1() local 351 if (!xy1.approximatelyEqual(xy2)) { in oneOffTest1() 354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1()
|
D | PathOpsCubicLineIntersectionTest.cpp | 157 SkDPoint xy2 = line.ptAtT(tt2); in testOne() local 158 if (!xy1.approximatelyEqual(xy2)) { in testOne() 160 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in testOne() 162 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in testOne()
|
D | PathOpsConicIntersectionTest.cpp | 316 SkDPoint xy1, xy2; in oneOff() local 321 xy2 = c2.ptAtT(tt2); in oneOff() 324 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff() 325 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
|
/third_party/boost/libs/histogram/examples/ |
D | guide_fill_histogram.cpp | 32 std::vector<double> xy2[2] = {{0, 2, 5}, {0.8, 0.4, 0.7}}; in main() local 35 h.fill(xy2); in main()
|
/third_party/boost/libs/geometry/test/srs/ |
D | projections_combined.cpp | 65 CartPoint xy2; in test_forward() local 66 prj2.forward(geo_point, xy2); in test_forward() 68 bool eq2 = bg::equals(xy, xy2); in test_forward() 72 << bg::wkt(xy) << " different than dynamic: " << bg::wkt(xy2)); in test_forward()
|
D | projections_static.cpp | 51 cartesian_point_type xy1, xy2; in test_forward() local 53 prj.forward(geo_point2, xy2); in test_forward() 57 int const distance_found = static_cast<int>(bg::distance(xy1, xy2) / 1000.0); in test_forward()
|
/third_party/toybox/tests/files/bc/ |
D | misc2_results.txt | 2 xy2
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLEyes.cpp | 53 SetTransform(Transform* t, int xx1, int xx2, int xy1, int xy2, in SetTransform() argument 58 t->my = ((float) xy2 - xy1) / (ty2 - ty1); in SetTransform()
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 440 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 442 CHECK_SAD_HALF_MV(xy2, +1, -1) in sad_hpel_motion_search() 446 CHECK_SAD_HALF_MV(xy2, -1, +1) in sad_hpel_motion_search() 450 CHECK_SAD_HALF_MV(xy2, +1, -1) in sad_hpel_motion_search() 452 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 456 CHECK_SAD_HALF_MV(xy2, +1, +1) in sad_hpel_motion_search() 463 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 467 CHECK_SAD_HALF_MV(xy2, +1, +1) in sad_hpel_motion_search() 470 CHECK_SAD_HALF_MV(xy2, -1, +1) in sad_hpel_motion_search() 473 CHECK_SAD_HALF_MV(xy2, +1, -1) in sad_hpel_motion_search() [all …]
|
/third_party/skia/src/pathops/ |
D | SkOpAngle.cpp | 224 double xy2 = line.fY * (testCurve[index].fX - origin.fX); in lineOnOneSide() local 225 crosses[index - 1] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in lineOnOneSide() 274 double xy2 = line.fY * testLine.fX; in linesOnOriginalSide() local 276 crosses[index] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in linesOnOriginalSide()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpAngle.cpp | 224 double xy2 = line.fY * (testCurve[index].fX - origin.fX); in lineOnOneSide() local 225 crosses[index - 1] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in lineOnOneSide() 274 double xy2 = line.fY * testLine.fX; in linesOnOriginalSide() local 276 crosses[index] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in linesOnOriginalSide()
|
/third_party/libpng/ |
D | png.c | 1592 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) 1595 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) || 1596 PNG_OUT_OF_RANGE(xy1->whitey, xy2->whitey,delta) || 1597 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) || 1598 PNG_OUT_OF_RANGE(xy1->redy, xy2->redy, delta) || 1599 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) || 1600 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) || 1601 PNG_OUT_OF_RANGE(xy1->bluex, xy2->bluex, delta) || 1602 PNG_OUT_OF_RANGE(xy1->bluey, xy2->bluey, delta))
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 1592 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) 1595 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) || 1596 PNG_OUT_OF_RANGE(xy1->whitey, xy2->whitey,delta) || 1597 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) || 1598 PNG_OUT_OF_RANGE(xy1->redy, xy2->redy, delta) || 1599 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) || 1600 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) || 1601 PNG_OUT_OF_RANGE(xy1->bluex, xy2->bluex, delta) || 1602 PNG_OUT_OF_RANGE(xy1->bluey, xy2->bluey, delta))
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.c | 1592 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) 1595 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) || 1596 PNG_OUT_OF_RANGE(xy1->whitey, xy2->whitey,delta) || 1597 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) || 1598 PNG_OUT_OF_RANGE(xy1->redy, xy2->redy, delta) || 1599 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) || 1600 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) || 1601 PNG_OUT_OF_RANGE(xy1->bluex, xy2->bluex, delta) || 1602 PNG_OUT_OF_RANGE(xy1->bluey, xy2->bluey, delta))
|