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

/frameworks/base/libs/hwui/
H A DGammaFontRenderer.cpp81 // Get the white gamma threshold
84 INIT_LOGD(" Setting text white gamma threshold to %s", property);
87 INIT_LOGD(" Using default white black gamma threshold of %d",
175 const float white = pow(v, whiteGamma); local
179 mGammaTable[512 + i] = uint8_t((float)::floor(white * 255.0f + 0.5f));

Completed in 50 milliseconds