Searched defs:realValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp117 float realValue = static_cast<float>(x) / (DISPLAY_WIDTH - 1); local
118 realValue *= ALPHA_VALUE / 255.0f; // Premultiply by alpha
120 realValue = linearToSRGB(realValue);
126 realValue * 255.0f + 0.5f);

Completed in 661 milliseconds