Searched refs:background_mask (Results 1 – 2 of 2) sorted by relevance
412 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |414 const WORD color_mask = foreground_mask | background_mask;
3248 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN | in GetNewColor() local3252 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor()3256 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()3259 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()