Home
last modified time | relevance | path

Searched refs:HUDBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/debug/
Ddebug_colors.h123 static SkColor HUDBackgroundColor();
Ddebug_colors.cc300 SkColor DebugColors::HUDBackgroundColor() { in HUDBackgroundColor() function in cc::DebugColors
/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.cc313 paint->setColor(DebugColors::HUDBackgroundColor()); in DrawGraphBackground()