Searched refs:background_mask (Results 1 – 2 of 2) sorted by relevance
417 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |419 const WORD color_mask = foreground_mask | background_mask;
3221 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN | in GetNewColor() local3225 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor()3229 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()3232 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()