Searched refs:sixMatch (Results 1 – 1 of 1) sorted by relevance
163 unsigned int sixMatch = 0; in FindNamedColor() local165 sixMatch <<= 5; in FindNamedColor()173 sixMatch |= ch ; // turn 'A' (0x41) into 'a' (0x61); in FindNamedColor()175 sixMatch <<= 1; in FindNamedColor()176 sixMatch |= 1; in FindNamedColor()178 sixMatch |= 0x80000000; in FindNamedColor()184 sixMatch &= ~1; in FindNamedColor()186 *sixMatchPtr++ = sixMatch; in FindNamedColor()