Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkSwizzler.cpp78 #define GRAYSCALE_BLACK 0 macro
94 dst[0] = ((currByte >> (7-bitIndex)) & 1) ? GRAYSCALE_WHITE : GRAYSCALE_BLACK; in swizzle_bit_to_grayscale()
100 dst[x] = ((currByte >> (7-bitIndex)) & 1) ? GRAYSCALE_WHITE : GRAYSCALE_BLACK; in swizzle_bit_to_grayscale()
104 #undef GRAYSCALE_BLACK
/external/skia/src/codec/
DSkSwizzler.cpp82 #define GRAYSCALE_BLACK 0 macro
98 dst[0] = ((currByte >> (7-bitIndex)) & 1) ? GRAYSCALE_WHITE : GRAYSCALE_BLACK; in swizzle_bit_to_grayscale()
104 dst[x] = ((currByte >> (7-bitIndex)) & 1) ? GRAYSCALE_WHITE : GRAYSCALE_BLACK; in swizzle_bit_to_grayscale()
108 #undef GRAYSCALE_BLACK