Home
last modified time | relevance | path

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

/external/chromium_org/cc/debug/
Ddebug_colors.h70 static int PaintRectBorderWidth();
Ddebug_colors.cc170 int DebugColors::PaintRectBorderWidth() { return 2; } in PaintRectBorderWidth() function in cc::DebugColors
/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.cc605 stroke_width = DebugColors::PaintRectBorderWidth(); in DrawDebugRects()