Home
last modified time | relevance | path

Searched refs:MakeOriginSize (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_frame_rotation_unittest.cc338 DesktopRect::MakeOriginSize(DesktopVector(1, 1), frame.size())); in TEST()
359 DesktopRect::MakeOriginSize(DesktopVector(1, 1), frame.size())); in TEST()
Dcropped_desktop_frame_unittest.cc73 std::move(frame), DesktopRect::MakeOriginSize(frame_origin, frame_size)); in TEST()
Ddesktop_geometry.h99 static DesktopRect MakeOriginSize(const DesktopVector& origin, in MakeOriginSize() function
Ddesktop_frame.cc59 DesktopRect::MakeOriginSize(src_pos, dest_rect.size()))); in CopyPixelsFrom()