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

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_browsertest.cc520 // copies from |copy_rect| region of the page into a bitmap of size
522 // Note that |output_size| may not have the same size as |copy_rect| (e.g.
525 const gfx::Rect& copy_rect,
611 rwhvp->CopyFromCompositingSurfaceToVideoFrame(copy_rect,
631 rwhvp->CopyFromCompositingSurface(copy_rect,
672 gfx::Rect copy_rect(400, 300);
673 gfx::Size output_size = copy_rect.size();
677 copy_rect,
684 gfx::Rect copy_rect(400, 300);
689 copy_rect,
524 PerformTestWithLeftRightRects(const gfx::Size& html_rect_size, const gfx::Rect& copy_rect, const gfx::Size& output_size, bool video_frame) argument
833 gfx::Rect copy_rect = local
880 gfx::Rect copy_rect = local
[all...]
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_tab_helper.cc89 gfx::Rect copy_rect = gfx::Rect(view->GetViewBounds().size());
94 copy_rect.Inset(0, 0, scrollbar_size, scrollbar_size);
96 if (copy_rect.IsEmpty())
103 copy_rect.size(),
105 &copy_rect,
108 copy_rect,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm592 DesktopRect copy_rect = i.rect();
593 copy_rect.IntersectWith(clip_rect);
594 if (!copy_rect.is_empty()) {
600 copy_rect);
622 DesktopRect copy_rect = i.rect();
623 copy_rect.IntersectWith(clip_rect);
624 if (!copy_rect.is_empty()) {
630 copy_rect);
/external/chromium_org/cc/output/
H A Dsoftware_renderer.cc567 gfx::Rect copy_rect = frame->current_render_pass->output_rect; local
569 copy_rect.Intersect(request->area());
570 gfx::Rect window_copy_rect = MoveFromDrawToWindowSpace(copy_rect);
H A Dgl_renderer.cc2205 gfx::Rect copy_rect = frame->current_render_pass->output_rect; local
2207 copy_rect.Intersect(request->area());
2208 GetFramebufferPixelsAsync(copy_rect, request.Pass());

Completed in 111 milliseconds