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

/frameworks/rs/
H A DrsFont.cpp344 int32_t whiteThreshold = DEFAULT_TEXT_WHITE_GAMMA_THRESHOLD; local
362 whiteThreshold = atoi(property);
367 mWhiteThreshold = (float)(whiteThreshold) / 255.0f;

Completed in 65 milliseconds