Lines Matching refs:right
90 dest_rect.right(), dest_rect.bottom());
111 dest_rect.right(), dest_rect.bottom());
139 rect.right(),
157 dest_rect.right(),
172 int right = RoundToTwosMultiple(rect.right() + 1);
174 return webrtc::DesktopRect::MakeLTRB(x, y, right, bottom);
182 int right = (rect.right() * out_size.width() + in_size.width() - 1) /
186 return webrtc::DesktopRect::MakeLTRB(left, top, right, bottom);