Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.cc592 const std::vector<DebugRect>& debug_rects = debug_rect_history->debug_rects(); in DrawDebugRects() local
595 for (size_t i = 0; i < debug_rects.size(); ++i) { in DrawDebugRects()
601 switch (debug_rects[i].type) { in DrawDebugRects()
663 gfx::RectF debug_layer_rect = gfx::ScaleRect(debug_rects[i].rect, in DrawDebugRects()
/external/chromium_org/cc/debug/
Ddebug_rect_history.h85 const std::vector<DebugRect>& debug_rects() { return debug_rects_; } in debug_rects() function