Searched defs:dithered_a (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkColorPriv.h868 unsigned dithered_a = ((a << 1) - ((a >> 4 << 4) | (a >> 4))) >> 4; local
869 a = SkMax32(a >> 4, dithered_a);
/external/skia/include/core/
H A DSkColorPriv.h897 unsigned dithered_a = ((a << 1) - ((a >> 4 << 4) | (a >> 4))) >> 4; local
898 a = SkMax32(a >> 4, dithered_a);

Completed in 160 milliseconds