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

/frameworks/rs/
H A DrsFont.cpp357 int32_t whiteThreshold = DEFAULT_TEXT_WHITE_GAMMA_THRESHOLD; local
359 whiteThreshold = atoi(property);
361 mWhiteThreshold = (float)(whiteThreshold) / 255.0f;

Completed in 82 milliseconds