Searched refs:CaptureRect (Results 1 – 4 of 4) sorted by relevance
65 bool CaptureRect(const DesktopRect& rect, DesktopFrame* frame);
381 if (!x_server_pixel_buffer_.CaptureRect(it.rect(), frame.get())) in CaptureScreen()387 if (!x_server_pixel_buffer_.CaptureRect(selected_monitor_rect_, in CaptureScreen()
173 if (!x_server_pixel_buffer_.CaptureRect(DesktopRect::MakeSize(frame->size()), in CaptureFrame()
334 bool XServerPixelBuffer::CaptureRect(const DesktopRect& rect, in CaptureRect() function in webrtc::XServerPixelBuffer