/third_party/skia/tests/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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 in oneOff() 519 SkDPoint xy2 = c2.ptAtT(tt2); CubicIntersection_RandTest() local [all...] |
H A 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()
|
H A 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()
|
H A 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/mesa3d/src/panfrost/shared/test/ |
H A D | test-tiling.cpp | 40 unsigned xy2 = ((x ^ y) & 4) ? 1 : 0; in u_order() 49 (xy2 << 4) | (y2 << 5) | (xy3 << 6) | (y3 << 7); in u_order()
|
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.c | 442 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 444 CHECK_SAD_HALF_MV(xy2, +1, -1) in sad_hpel_motion_search() 448 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() 454 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 458 CHECK_SAD_HALF_MV(xy2, +1, +1) in sad_hpel_motion_search() 465 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 469 CHECK_SAD_HALF_MV(xy2, +1, +1) in sad_hpel_motion_search() 472 CHECK_SAD_HALF_MV(xy2, -1, +1) in sad_hpel_motion_search() 475 CHECK_SAD_HALF_MV(xy2, in sad_hpel_motion_search() [all...] |
/third_party/skia/src/pathops/ |
H A 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/skia/third_party/externals/libpng/ |
H A D | png.c | 1592 png_colorspace_endpoints_match(const png_xy *xy1, const png_xy *xy2, int delta) in png_colorspace_endpoints_match() argument 1595 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) || in png_colorspace_endpoints_match() 1596 PNG_OUT_OF_RANGE(xy1->whitey, xy2->whitey,delta) || in png_colorspace_endpoints_match() 1597 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) || in png_colorspace_endpoints_match() 1598 PNG_OUT_OF_RANGE(xy1->redy, xy2->redy, delta) || in png_colorspace_endpoints_match() 1599 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) || in png_colorspace_endpoints_match() 1600 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) || in png_colorspace_endpoints_match() 1601 PNG_OUT_OF_RANGE(xy1->bluex, xy2->bluex, delta) || in png_colorspace_endpoints_match() 1602 PNG_OUT_OF_RANGE(xy1->bluey, xy2->bluey, delta)) in png_colorspace_endpoints_match()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_arnndn.c | 786 int N, float *xy1, float *xy2) in dual_inner_prod() 796 *xy2 = xy02; in dual_inner_prod() 811 float xy,xx,yy,xy2; in remove_doubling() local 860 dual_inner_prod(x, &x[-T1], &x[-T1b], N, &xy, &xy2); in remove_doubling() 861 xy = .5f * (xy + xy2); in remove_doubling() 785 dual_inner_prod(const float *x, const float *y01, const float *y02, int N, float *xy1, float *xy2) dual_inner_prod() argument
|