Searched refs:sixMatch (Results 1 – 1 of 1) sorted by relevance
378 unsigned int sixMatch = 0; in FindNamedColor() local380 sixMatch <<= 5; in FindNamedColor()388 sixMatch |= ch ; // turn 'A' (0x41) into 'a' (0x61); in FindNamedColor()390 sixMatch <<= 1; in FindNamedColor()391 sixMatch |= 1; in FindNamedColor()393 sixMatch |= 0x80000000; in FindNamedColor()399 sixMatch &= ~1; in FindNamedColor()401 *sixMatchPtr++ = sixMatch; in FindNamedColor()