Searched refs:expectSRGB (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | ColorSpaceTest.cpp | 31 bool expectSRGB = false) { in test_space() argument 34 REPORTER_ASSERT(r, expectSRGB == space->gammaCloseToSRGB()); in test_space() 48 bool expectSRGB = false) { in test_path() argument 62 test_space(r, colorSpace.get(), red, green, blue, expectSRGB); in test_path()
|
/external/skia/tests/ |
D | ColorSpaceTest.cpp | 31 bool expectSRGB = false) { in test_space() argument 34 REPORTER_ASSERT(r, expectSRGB == space->gammaCloseToSRGB()); in test_space() 48 bool expectSRGB = false) { in test_path() argument 62 test_space(r, colorSpace.get(), red, green, blue, expectSRGB); in test_path()
|