Searched refs:dithered_a (Results 1 – 1 of 1) sorted by relevance
878 unsigned dithered_a = ((a << 1) - ((a >> 4 << 4) | (a >> 4))) >> 4; in SkDitherARGB32To4444() local879 a = SkMax32(a >> 4, dithered_a); in SkDitherARGB32To4444()