Home
last modified time | relevance | path

Searched refs:dithered_a (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkColorPriv.h878 unsigned dithered_a = ((a << 1) - ((a >> 4 << 4) | (a >> 4))) >> 4; in SkDitherARGB32To4444() local
879 a = SkMax32(a >> 4, dithered_a); in SkDitherARGB32To4444()