OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inflated_content_rect
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/resources/
picture_pile_impl.cc
129
gfx::Rect
inflated_content_rect
= content_rect;
local
130
inflated_content_rect
.Inset(0, 0, -1, -1);
131
canvas->clipRect(gfx::RectToSkRect(
inflated_content_rect
),
Completed in 29 milliseconds