Home
last modified time | relevance | path

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

/external/skia/tests/
DColorSpaceTest.cpp35 bool expectSRGB = false) { in test_space() argument
38 REPORTER_ASSERT(r, expectSRGB == space->gammaCloseToSRGB()); in test_space()
52 bool expectSRGB = false) { in test_path() argument
66 test_space(r, colorSpace.get(), red, green, blue, expectSRGB); in test_path()