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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer.cc68 scoped_ptr<DesktopFrame> restore_frame_; member in class:webrtc::__anon15935::DesktopFrameWithCursor
92 // Copy original screen content under cursor to |restore_frame_|.
94 restore_frame_.reset(new BasicDesktopFrame(target_rect.size()));
95 restore_frame_->CopyPixelsFrom(*this, target_rect.top_left(),
96 DesktopRect::MakeSize(restore_frame_->size()));
113 if (restore_frame_.get()) {
114 DesktopRect target_rect = DesktopRect::MakeSize(restore_frame_->size());
116 CopyPixelsFrom(restore_frame_->data(), restore_frame_->stride(),

Completed in 111 milliseconds