Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp343 int32_t whiteThreshold = DEFAULT_TEXT_WHITE_GAMMA_THRESHOLD; in FontState() local
361 whiteThreshold = atoi(property); in FontState()
366 mWhiteThreshold = (float)(whiteThreshold) / 255.0f; in FontState()