Searched refs:darken (Results 1 – 1 of 1) sorted by relevance
110 bool darken = channelSum < (128 * 3); in operator ()() local115 simplifyPaint(darken ? SK_ColorWHITE : SK_ColorBLACK, &outlinePaint); in operator ()()122 simplifyPaint(darken ? SK_ColorBLACK : SK_ColorWHITE, &innerPaint); in operator ()()