/third_party/flutter/skia/tests/ |
D | PathOpsCubicConicIntersectionTest.cpp | 70 SkDPoint xy1 = cubic.ptAtT(tt1); 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 | PathOpsConicQuadIntersectionTest.cpp | 59 SkDPoint xy1 = conic.ptAtT(tt1); 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 | PathOpsCubicQuadIntersectionTest.cpp | 80 SkDPoint xy1 = cubic.ptAtT(tt1); 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 | 59 SkDPoint xy1 = c1.ptAtT(tt1); 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 422 xy1 = c1.ptAtT(tt1); in oneOff() 428 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, in oneOff() 431 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 433 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff() 518 SkDPoint xy1 = c1.ptAtT(tt1); in CubicIntersection_RandTest() local [all …]
|
D | PathOpsQuadIntersectionTest.cpp | 44 SkDPoint xy1 = quad1.ptAtT(tt1); in standardTestCases() local 47 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 49 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY, in standardTestCases() 348 SkDPoint xy1 = quad1.ptAtT(tt1); in oneOffTest1() local 351 if (!xy1.approximatelyEqual(xy2)) { in oneOffTest1() 354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1() 359 outer, inner, tt1, xy1.fX, xy1.fY, tt2); in oneOffTest1()
|
D | PathOpsCubicLineIntersectionTest.cpp | 155 SkDPoint xy1 = cubic.ptAtT(tt1); 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 322 xy1 = c1.ptAtT(tt1); in oneOff() 326 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 328 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
|
/third_party/skia/tests/ |
D | PathOpsConicQuadIntersectionTest.cpp | 59 SkDPoint xy1 = conic.ptAtT(tt1); 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 | PathOpsCubicQuadIntersectionTest.cpp | 80 SkDPoint xy1 = cubic.ptAtT(tt1); 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 | PathOpsCubicConicIntersectionTest.cpp | 70 SkDPoint xy1 = cubic.ptAtT(tt1); 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 | PathOpsCubicIntersectionTest.cpp | 61 SkDPoint xy1 = c1.ptAtT(tt1); 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 421 xy1 = c1.ptAtT(tt1); in oneOff() 427 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, in oneOff() 430 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 432 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff() 517 SkDPoint xy1 = c1.ptAtT(tt1); in CubicIntersection_RandTest() local [all …]
|
D | PathOpsQuadIntersectionTest.cpp | 44 SkDPoint xy1 = quad1.ptAtT(tt1); in standardTestCases() local 47 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases() 49 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY, in standardTestCases() 348 SkDPoint xy1 = quad1.ptAtT(tt1); in oneOffTest1() local 351 if (!xy1.approximatelyEqual(xy2)) { in oneOffTest1() 354 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in oneOffTest1() 359 outer, inner, tt1, xy1.fX, xy1.fY, tt2); in oneOffTest1()
|
D | PathOpsCubicLineIntersectionTest.cpp | 155 SkDPoint xy1 = cubic.ptAtT(tt1); 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 319 xy1 = c1.ptAtT(tt1); in oneOff() 323 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff() 325 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
|
/third_party/skia/tools/gpu/ |
D | YUVUtils.cpp | 85 SkPoint xy1 {(x + 0.5f), in onGetPixels() local 87 xy1 = om.mapPoint(xy1); in onGetPixels() 88 xy1.fX *= normX; in onGetPixels() 89 xy1.fY *= normY; in onGetPixels() 97 yuva[c] = look_up(xy1, pmap, yuvaLocations[c].fChannel); in onGetPixels() 102 yuva[3] = look_up(xy1, pmap, aChan); in onGetPixels()
|
/third_party/toybox/tests/files/bc/ |
D | misc2_results.txt | 1 xy1
|
/third_party/mesa3d/src/panfrost/shared/test/ |
D | test-tiling.cpp | 39 unsigned xy1 = ((x ^ y) & 2) ? 1 : 0; in u_order() local 48 return (xy0 << 0) | (y0 << 1) | (xy1 << 2) | (y1 << 3) | in u_order()
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/res/raw/ |
D | runtime_shader1.sksl | 13 vec3 d = .5 - fragcoord.xy1 / u_h;
|
/third_party/skia/resources/sksl/shared/ |
D | SwizzleConstants.sksl | 10 v = half4(v.xy1, 1);
|
D | SwizzleBoolConstants.sksl | 12 result = bool4(v.xy1, true);
|
D | GaussianBlur.sksl | 35 return TextureEffect_Stage1_c0_c0_c0(_input, ((umatrix_Stage1_c0_c0) * _coords.xy1).xy);
|
/third_party/skia/src/pathops/ |
D | SkOpAngle.cpp | 223 double xy1 = line.fX * (testCurve[index].fY - origin.fY); in lineOnOneSide() local 225 crosses[index - 1] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in lineOnOneSide() 273 double xy1 = line.fX * testLine.fY; in linesOnOriginalSide() local 276 crosses[index] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in linesOnOriginalSide()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpAngle.cpp | 223 double xy1 = line.fX * (testCurve[index].fY - origin.fY); in lineOnOneSide() local 225 crosses[index - 1] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in lineOnOneSide() 273 double xy1 = line.fX * testLine.fY; in linesOnOriginalSide() local 276 crosses[index] = AlmostBequalUlps(xy1, xy2) ? 0 : xy1 - xy2; in linesOnOriginalSide()
|
/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))
|
/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))
|