Home
last modified time | relevance | path

Searched refs:highlight_color (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_viewer.h12 ImColor highlight_color; member
20 highlight_color(0, 230, 0, 255), in aub_viewer_cfg()
Daubinator_viewer.cpp994 ImGui::ColorEdit3("highlight", (float *)&cfg->highlight_color, cflags); ImGui::SameLine(); in display_aubfile_window()
/external/perfetto/src/tracing/
Dconsole_interceptor.cc221 auto highlight_color = Mix(slice_color, kWhiteColor, kLightness); in OnTrackEvent() local
226 SetColor(context_, highlight_color); in OnTrackEvent()
238 highlight_color); in OnTrackEvent()
375 const ConsoleColor& highlight_color) { in PrintDebugAnnotations() argument
389 SetColor(context, highlight_color); in PrintDebugAnnotations()
/external/perfetto/include/perfetto/tracing/
Dconsole_interceptor.h109 const ConsoleColor& highlight_color);
/external/ImageMagick/MagickCore/
Dxwindow-private.h205 highlight_color, member
Dxwindow.c3124 pixel->highlight_color.red=(unsigned short) (((double) in XGetPixelInfo()
3127 pixel->highlight_color.green=(unsigned short) (((double) in XGetPixelInfo()
3130 pixel->highlight_color.blue=(unsigned short) (((double) in XGetPixelInfo()
3133 pixel->highlight_color.pixel=XStandardPixel(map_info,&pixel->highlight_color); in XGetPixelInfo()
3134 pixel->highlight_color.flags=(char) (DoRed | DoGreen | DoBlue); in XGetPixelInfo()
7917 (void) XAllocColor(display,colormap,&pixel->highlight_color); in XMakeStandardColormap()
8253 &pixel->highlight_color); in XMakeStandardColormap()
Dwidget.c1458 window_info->pixel_info->highlight_color.pixel); in XSetBevelColor()