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

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

Completed in 49 milliseconds