Searched refs:C565_red (Results 1 – 1 of 1) sorted by relevance
859 #define C565_red(x) ( (C565_r(x) << 3 | C565_r(x) >> 2)) macro1258 c->r[0] = (unsigned char) C565_red(c0); in CalculateColors()1262 c->r[1] = (unsigned char) C565_red(c1); in CalculateColors()