Searched refs:darken (Results 1 – 2 of 2) sorted by relevance
408 bool darken = channelSum < (128 * 3); in drawText() local412 simplifyPaint(darken ? SK_ColorWHITE : SK_ColorBLACK, outlinePaint); in drawText()419 simplifyPaint(darken ? SK_ColorBLACK : SK_ColorWHITE, innerPaint); in drawText()
361 <p>Notification icons must be entirely white. Also, the system may scale down and/or darken the ico…