Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h198 float mBlackThreshold; variable
DrsFont.cpp365 mBlackThreshold = (float)(blackThreshold) / 255.0f; in FontState()
797 if (luminance <= mBlackThreshold) { in setFontColor()