Home
last modified time | relevance | path

Searched refs:new_color (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/colormanagement/
Dgstlcms.c832 guint32 color, new_color; in gst_lcms_process_rgb() local
839 new_color = lcms->color_lut[color]; in gst_lcms_process_rgb()
840 out_data[out_offsets[0]] = (new_color & 0x0000FF) >> 0x00; in gst_lcms_process_rgb()
841 out_data[out_offsets[1]] = (new_color & 0x00FF00) >> 0x08; in gst_lcms_process_rgb()
842 out_data[out_offsets[2]] = (new_color & 0xFF0000) >> 0x10; in gst_lcms_process_rgb()
845 color, new_color); in gst_lcms_process_rgb()
856 guint32 color, new_color; in gst_lcms_process_rgb() local
865 new_color = lcms->color_lut[color]; in gst_lcms_process_rgb()
866 if (new_color == 0xAAAAAAAA) { in gst_lcms_process_rgb()
868 new_color = in gst_lcms_process_rgb()
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_opt_dead_builtin_varyings.c239 nir_variable *new_color[2]; member
268 if (var == rv_data->info->color[i] && rv_data->new_color[i]) { in replace_varying()
356 memset(rv_data.new_color, 0, sizeof(rv_data.new_color)); in replace_varyings()
386 rv_data.new_color[i] = in replace_varyings()
/third_party/python/Lib/idlelib/
Dconfigdialog.py893 new_color = self.color.get()
894 self.style.configure('frame_color_set.TFrame', background=new_color)
897 self.highlight_sample.tag_config(sample_element, **{plane: new_color})
900 changes.add_option('highlight', theme, theme_element, new_color)
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2961 WORD new_color = in GetNewColor() local
2966 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
2967 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
2968 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
2970 return new_color; in GetNewColor()
3057 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3063 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
/third_party/googletest/googletest/src/
Dgtest.cc3202 WORD new_color = in GetNewColor() local
3207 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
3208 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
3209 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
3211 return new_color; in GetNewColor()
3303 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
3309 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc4693 WORD new_color = in GetNewColor() local
4698 if (((new_color & background_mask) >> bg_bitOffset) == in GetNewColor()
4699 ((new_color & foreground_mask) >> fg_bitOffset)) { in GetNewColor()
4700 new_color ^= FOREGROUND_INTENSITY; // invert intensity in GetNewColor()
4702 return new_color; in GetNewColor()
4794 const WORD new_color = GetNewColor(color, old_color_attrs); in ColoredPrintf() local
4800 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()