Home
last modified time | relevance | path

Searched refs:expectSRGB (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DColorSpaceTest.cpp31 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/
DColorSpaceTest.cpp31 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()