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

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

Completed in 49 milliseconds