Searched refs:background_mask (Results 1 – 5 of 5) sorted by relevance
418 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |420 const WORD color_mask = foreground_mask | background_mask;
416 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |418 const WORD color_mask = foreground_mask | background_mask;
428 const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN |430 const WORD color_mask = foreground_mask | background_mask;
2950 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN | in GetNewColor() local2954 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor()2958 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()2961 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
2944 static const WORD background_mask = BACKGROUND_BLUE | BACKGROUND_GREEN | in GetNewColor() local2948 const WORD existing_bg = old_color_attrs & background_mask; in GetNewColor()2952 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()2955 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()