Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp478 float rgbAsSRGB = (c == 3) ? values[c] / 255.0f : in TEST_F() local
480 int expectedValue = rgbAsSRGB * 255.0f + 0.5f; in TEST_F()