Searched refs:color_mask (Results 1 – 2 of 2) sorted by relevance
419 const WORD color_mask = foreground_mask | background_mask;430 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
3208 static int GetBitOffset(WORD color_mask) { in GetBitOffset() argument3209 if (color_mask == 0) return 0; in GetBitOffset()3212 while ((color_mask & 1) == 0) { in GetBitOffset()3213 color_mask >>= 1; in GetBitOffset()