Searched refs:channelSum (Results 1 – 1 of 1) sorted by relevance
407 int channelSum = SkColorGetR(color) + SkColorGetG(color) + SkColorGetB(color); in drawText() local408 bool darken = channelSum < (128 * 3); in drawText()