Searched refs:sixMatch (Results 1 – 1 of 1) sorted by relevance
377 unsigned int sixMatch = 0; in FindNamedColor() local379 sixMatch <<= 5; in FindNamedColor()387 sixMatch |= ch ; // turn 'A' (0x41) into 'a' (0x61); in FindNamedColor()389 sixMatch <<= 1; in FindNamedColor()390 sixMatch |= 1; in FindNamedColor()392 sixMatch |= 0x80000000; in FindNamedColor()398 sixMatch &= ~1; in FindNamedColor()400 *sixMatchPtr++ = sixMatch; in FindNamedColor()