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