Home
last modified time | relevance | path

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

/external/chromium_org/cc/debug/
Ddebug_colors.h78 static int SurfaceDamageRectBorderWidth();
Ddebug_colors.cc188 int DebugColors::SurfaceDamageRectBorderWidth() { return 2; } in SurfaceDamageRectBorderWidth() function in cc::DebugColors
/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.cc615 stroke_width = DebugColors::SurfaceDamageRectBorderWidth(); in DrawDebugRects()