OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugRect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/debug/
debug_rect_history.h
59
struct
DebugRect
{
60
DebugRect
(DebugRectType new_type, gfx::RectF new_rect)
85
const std::vector<
DebugRect
>& debug_rects() { return debug_rects_; }
110
std::vector<
DebugRect
> debug_rects_;
debug_rect_history.cc
80
DebugRect
(PAINT_RECT_TYPE,
113
DebugRect
(PROPERTY_CHANGED_RECT_TYPE,
131
debug_rects_.push_back(
DebugRect
(
148
debug_rects_.push_back(
DebugRect
(
155
DebugRect
(REPLICA_SCREEN_SPACE_RECT_TYPE,
166
debug_rects_.push_back(
DebugRect
(OCCLUDING_RECT_TYPE, occluding_rects[i]));
173
DebugRect
(NONOCCLUDING_RECT_TYPE, non_occluding_rects[i]));
191
debug_rects_.push_back(
DebugRect
(TOUCH_EVENT_HANDLER_RECT_TYPE,
211
debug_rects_.push_back(
DebugRect
(WHEEL_EVENT_HANDLER_RECT_TYPE,
231
debug_rects_.push_back(
DebugRect
(NON_FAST_SCROLLABLE_RECT_TYPE
[
all
...]
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
592
const std::vector<
DebugRect
>& debug_rects = debug_rect_history->debug_rects();
Completed in 249 milliseconds