HomeSort by relevance Sort by last modified time
    Searched refs:mWhiteThreshold (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 82 mWhiteThreshold = DEFAULT_TEXT_WHITE_GAMMA_THRESHOLD;
85 mWhiteThreshold = atoi(property);
114 } else if (l >= mWhiteThreshold) {
252 } else if (l >= mWhiteThreshold) {
GammaFontRenderer.h 51 int mWhiteThreshold;
  /frameworks/rs/
rsFont.h 199 float mWhiteThreshold;
rsFont.cpp 367 mWhiteThreshold = (float)(whiteThreshold) / 255.0f;
803 } else if (luminance >= mWhiteThreshold) {

Completed in 740 milliseconds