aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-07-11 11:31:34 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-11 19:27:58 +0000
commitd4998178ae6e0df3a90b9c1fa063cc97605f26af (patch)
tree8bd47a9fc8ac1d120477941e82575cb448ade186 /tests
parent71573c2c2749d76e47e84a1cf1552a92cf2ee73b (diff)
Whitespace Fixup
Change-Id: I6c4c4b43dfa6b59832c63f8fcf43192b4973d88b Reviewed-on: https://skia-review.googlesource.com/140565 Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
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