aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/PathOpsConicQuadIntersectionTest.cpp10
-rw-r--r--tests/PathOpsCubicConicIntersectionTest.cpp14
-rw-r--r--[-rwxr-xr-x]tests/TransferPixelsTest.cpp0
3 files changed, 12 insertions, 12 deletions
diff --git a/tests/PathOpsConicQuadIntersectionTest.cpp b/tests/PathOpsConicQuadIntersectionTest.cpp
index bdf1d42d37..8f47e76bd9 100644
--- a/tests/PathOpsConicQuadIntersectionTest.cpp
+++ b/tests/PathOpsConicQuadIntersectionTest.cpp
@@ -15,11 +15,11 @@ static struct conicQuad {
ConicPts conic;
QuadPts quad;
} conicQuadTests[] = {
- {{{{{0.00000000000000000, -1.8135968446731567 },
- {0.00000000000000000, -1.0033817291259766 },
- {-0.0073835160583257675, 0.00000000000000000 }}}, 2.26585215e+11f},
- {{{0.00000000000000000, -1.0000113248825073 },
- {-2.4824290449032560e-05, -1.0000115633010864 },
+ {{{{{0.00000000000000000, -1.8135968446731567 },
+ {0.00000000000000000, -1.0033817291259766 },
+ {-0.0073835160583257675, 0.00000000000000000 }}}, 2.26585215e+11f},
+ {{{0.00000000000000000, -1.0000113248825073 },
+ {-2.4824290449032560e-05, -1.0000115633010864 },
{-0.0073835160583257675, 0.00000000000000000 }}}},
{{{{{494.348663,224.583771}, {494.365143,224.633194}, {494.376404,224.684067}}}, 0.998645842f},
diff --git a/tests/PathOpsCubicConicIntersectionTest.cpp b/tests/PathOpsCubicConicIntersectionTest.cpp
index ff4dec9864..aa8a9d8599 100644
--- a/tests/PathOpsCubicConicIntersectionTest.cpp
+++ b/tests/PathOpsCubicConicIntersectionTest.cpp
@@ -20,14 +20,14 @@ static struct cubicConic {
// SkOPASSERT(oppStartT < oppEndT);
// Throwing an error here breaks one test, but only in release.
// More work to be done to figure this out.
- {{{{2.1883804947719909e-05, 3.6366123822517693e-05 },
- {2.9145950975362211e-05, 2.9117207304807380e-05 },
- {2.9113532946212217e-05, 2.9173743314458989e-05 },
- {0.00000000000000000, 5.8282588724978268e-05 }}},
- {{{{0.00000000000000000, 5.8282581449020654e-05 },
- {0.00000000000000000, 5.8282563259126619e-05 },
+ {{{{2.1883804947719909e-05, 3.6366123822517693e-05 },
+ {2.9145950975362211e-05, 2.9117207304807380e-05 },
+ {2.9113532946212217e-05, 2.9173743314458989e-05 },
+ {0.00000000000000000, 5.8282588724978268e-05 }}},
+ {{{{0.00000000000000000, 5.8282581449020654e-05 },
+ {0.00000000000000000, 5.8282563259126619e-05 },
{5.8282588724978268e-05, 0.00000000000000000 }}}, 53684.6563f}},
-#endif
+#endif
{{{{188.60000610351562, 2041.5999755859375}, {188.60000610351562, 2065.39990234375},
{208, 2084.800048828125}, {231.80000305175781, 2084.800048828125}}},
diff --git a/tests/TransferPixelsTest.cpp b/tests/TransferPixelsTest.cpp
index 339a591660..339a591660 100755..100644
--- a/tests/TransferPixelsTest.cpp
+++ b/tests/TransferPixelsTest.cpp