Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSwizzler.cpp57 #define GRAYSCALE_WHITE 0xFF macro
72 dst[0] = ((currByte >> (7-bitIndex)) & 1) ? GRAYSCALE_WHITE : GRAYSCALE_BLACK; in swizzle_bit_to_grayscale()
78 dst[x] = ((currByte >> (7-bitIndex)) & 1) ? GRAYSCALE_WHITE : GRAYSCALE_BLACK; in swizzle_bit_to_grayscale()
83 #undef GRAYSCALE_WHITE