OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_rects
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/debug/
debug_rect_history.h
84
const std::vector<DebugRect>&
debug_rects
() { return debug_rects_; }
function in class:cc::DebugRectHistory
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
585
const std::vector<DebugRect>&
debug_rects
= debug_rect_history->
debug_rects
();
local
588
for (size_t i = 0; i <
debug_rects
.size(); ++i) {
594
switch (
debug_rects
[i].type) {
650
gfx::RectF debug_layer_rect = gfx::ScaleRect(
debug_rects
[i].rect,
Completed in 750 milliseconds