Searched refs:RGB565_BLACK (Results 1 – 2 of 2) sorted by relevance
132 #define RGB565_BLACK 0 macro145 dst[0] = ((currByte >> (7 - bitIndex)) & 1) ? RGB565_WHITE : RGB565_BLACK; in swizzle_bit_to_565()151 dst[x] = ((currByte >> (7 - bitIndex)) & 1) ? RGB565_WHITE : RGB565_BLACK; in swizzle_bit_to_565()155 #undef RGB565_BLACK