Searched refs:new_secondary_origin (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Ddisplay_manager.cc1111 gfx::Point new_secondary_origin = primary_bounds.origin(); local
1131 new_secondary_origin.Offset(offset, -secondary_bounds.height());
1134 new_secondary_origin.Offset(primary_bounds.width(), offset);
1137 new_secondary_origin.Offset(offset, primary_bounds.height());
1140 new_secondary_origin.Offset(-secondary_bounds.width(), offset);
1145 gfx::Rect(new_secondary_origin, secondary_bounds.size()));

Completed in 81 milliseconds