Home
last modified time | relevance | path

Searched refs:debug_rect_history (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.h119 void DrawDebugRects(SkCanvas* canvas, DebugRectHistory* debug_rect_history);
Dheads_up_display_layer_impl.cc233 DrawDebugRects(canvas, layer_tree_impl()->debug_rect_history()); in DrawHudContents()
653 DebugRectHistory* debug_rect_history) { in DrawDebugRects() argument
656 const std::vector<DebugRect>& debug_rects = debug_rect_history->debug_rects(); in DrawDebugRects()
/external/chromium_org/cc/trees/
Dlayer_tree_impl.h107 DebugRectHistory* debug_rect_history() const;
Dlayer_tree_impl.cc785 DebugRectHistory* LayerTreeImpl::debug_rect_history() const { in debug_rect_history() function in cc::LayerTreeImpl
786 return layer_tree_host_impl_->debug_rect_history(); in debug_rect_history()
Dlayer_tree_host_impl.h375 DebugRectHistory* debug_rect_history() { in debug_rect_history() function
/external/chromium_org/cc/
Dcc.gyp99 'debug/debug_rect_history.cc',
100 'debug/debug_rect_history.h',
DBUILD.gn72 "debug/debug_rect_history.cc",
73 "debug/debug_rect_history.h",
Dcc.target.linux-x86.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.linux-x86_64.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.darwin-mips.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.linux-arm64.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.darwin-arm64.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.linux-arm.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.darwin-x86_64.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.darwin-arm.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.linux-mips.mk58 cc/debug/debug_rect_history.cc \
Dcc.target.darwin-x86.mk58 cc/debug/debug_rect_history.cc \