Searched defs:RoundToTwosMultiple (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/base/
H A Dutil.cc88 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left() + 1),
89 RoundToTwosMultiple(dest_rect.top() + 1),
109 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left()),
110 RoundToTwosMultiple(dest_rect.top()),
165 int RoundToTwosMultiple(int x) { function in namespace:remoting
170 int x = RoundToTwosMultiple(rect.left());
171 int y = RoundToTwosMultiple(rect.top());
172 int right = RoundToTwosMultiple(rect.right() + 1);
173 int bottom = RoundToTwosMultiple(rect.bottom() + 1);

Completed in 101 milliseconds