From f018b7d607a0859e2d6078578a9632144694072f Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 13 Jun 2018 17:21:19 -0400 Subject: SkColorSpaceXformSteps improvements and tests Added some helper functions and put the booleans in a nested struct (this is motivated by upcoming changes). Added a unit test of steps against skcms, with round-tripping in both combinations. Change-Id: Iea3d60cd52edb5259b5576b1422ed6f856cde815 Reviewed-on: https://skia-review.googlesource.com/134660 Reviewed-by: Mike Klein Reviewed-by: Brian Osman Commit-Queue: Brian Osman --- gn/tests.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/tests.gni') diff --git a/gn/tests.gni b/gn/tests.gni index 409d2317b4..5f028e8f45 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -139,6 +139,7 @@ tests_sources = [ "$_tests/MessageBusTest.cpp", "$_tests/MetaDataTest.cpp", "$_tests/MipMapTest.cpp", + "$_tests/NonlinearBlendingTest.cpp", "$_tests/OnceTest.cpp", "$_tests/OSPathTest.cpp", "$_tests/OverAlignedTest.cpp", -- cgit v1.2.3