Searched refs:whiteThreshold (Results 1 – 1 of 1) sorted by relevance
356 int32_t whiteThreshold = DEFAULT_TEXT_WHITE_GAMMA_THRESHOLD; in FontState() local358 whiteThreshold = atoi(property); in FontState()360 mWhiteThreshold = (float)(whiteThreshold) / 255.0f; in FontState()