OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:world_at_start
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/corewm/
window_animations.cc
218
const gfx::Rect&
world_at_start
= window->bounds();
local
222
gfx::UnionRects(
world_at_start
, world_at_end);
226
gfx::Vector2d top_left_delta(
world_at_start
.x() - union_in_window_space.x(),
227
world_at_start
.y() - union_in_window_space.y());
231
(
world_at_start
.x() +
world_at_start
.width()),
233
(
world_at_start
.y() +
world_at_start
.height()));
Completed in 34 milliseconds