Searched refs:expectSRGB (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ColorSpaceTest.cpp | 32 bool expectSRGB = false) { in test_space() argument 35 REPORTER_ASSERT(r, expectSRGB == space->gammaCloseToSRGB()); in test_space() 49 bool expectSRGB = false) { in test_path() argument 63 test_space(r, colorSpace.get(), red, green, blue, expectSRGB); in test_path()
|
/third_party/skia/tests/ |
D | ColorSpaceTest.cpp | 32 bool expectSRGB = false) { in test_space() argument 35 REPORTER_ASSERT(r, expectSRGB == space->gammaCloseToSRGB()); in test_space() 49 bool expectSRGB = false) { in test_path() argument 63 test_space(r, colorSpace.get(), red, green, blue, expectSRGB); in test_path()
|