Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp342 int32_t blackThreshold = DEFAULT_TEXT_BLACK_GAMMA_THRESHOLD; in FontState() local
356 blackThreshold = atoi(property); in FontState()
365 mBlackThreshold = (float)(blackThreshold) / 255.0f; in FontState()