OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:occlusion_rect
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/trees/
occlusion_tracker.cc
272
gfx::Rect
occlusion_rect
= affected_occlusion_rects.rect();
local
277
// the
occlusion_rect
into it, shrinking its right edge.
279
occlusion_rect
.x() == affected_area_in_target.x() ? 0 : outset_right;
281
occlusion_rect
.y() == affected_area_in_target.y() ? 0 : outset_bottom;
283
occlusion_rect
.right() == affected_area_in_target.right() ?
286
occlusion_rect
.bottom() == affected_area_in_target.bottom() ?
289
occlusion_rect
.Inset(shrink_left, shrink_top, shrink_right, shrink_bottom);
291
occlusion_from_inside_target->Union(
occlusion_rect
);
Completed in 80 milliseconds