Home
last modified time | relevance | path

Searched refs:slice_color (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/
Dconsole_interceptor.cc220 auto slice_color = HueToRGB(event.name_hash % kMaxHue); in OnTrackEvent() local
221 auto highlight_color = Mix(slice_color, kWhiteColor, kLightness); in OnTrackEvent()
237 PrintDebugAnnotations(context_, event.track_event, slice_color, in OnTrackEvent()
374 const ConsoleColor& slice_color, in PrintDebugAnnotations() argument
376 SetColor(context, slice_color); in PrintDebugAnnotations()
382 SetColor(context, slice_color); in PrintDebugAnnotations()
394 SetColor(context, slice_color); in PrintDebugAnnotations()
/external/perfetto/include/perfetto/tracing/
Dconsole_interceptor.h108 const ConsoleColor& slice_color,