Searched refs:color_mode (Results 1 – 5 of 5) sorted by relevance
61 vc_data.color_mode = true; in con_init()
81 pub color_mode: bool, field168 color_mode: Default::default(), in new()1737 if !self.color_mode { in invert_attr()1785 if !self.color_mode { in build_attr()
311 vc_data.complement_mask = if vc_data.color_mode { 0x7700 } else { 0x0800 }; in do_install()
210 vc_data.color_mode = fb.color_depth() != 1; in con_init()211 vc_data.complement_mask = if vc_data.color_mode { 0x7700 } else { 0x0800 }; in con_init()218 if vc_data.color_mode { in con_init()
571 pub color_mode: FbColorMode, field622 color_mode: Default::default(), in default()