Home | History | Annotate | Download | only in Windows

Lines Matching full:attributes

250   const WORD attributes
260 ((attributes & FOREGROUND_BLUE )?BACKGROUND_BLUE :0) |
261 ((attributes & FOREGROUND_GREEN )?BACKGROUND_GREEN :0) |
262 ((attributes & FOREGROUND_RED )?BACKGROUND_RED :0) |
263 ((attributes & FOREGROUND_INTENSITY)?BACKGROUND_INTENSITY:0) |
264 ((attributes & BACKGROUND_BLUE )?FOREGROUND_BLUE :0) |
265 ((attributes & BACKGROUND_GREEN )?FOREGROUND_GREEN :0) |
266 ((attributes & BACKGROUND_RED )?FOREGROUND_RED :0) |
267 ((attributes & BACKGROUND_INTENSITY)?FOREGROUND_INTENSITY:0) |
269 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);