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

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

Completed in 48 milliseconds