HomeSort by relevance Sort by last modified time
    Searched refs:copy_rect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 591 // copies from |copy_rect| region of the page into a bitmap of size
594 // Note that |output_size| may not have the same size as |copy_rect| (e.g.
598 const gfx::Rect& copy_rect,
670 rwhvp->CopyFromCompositingSurfaceToVideoFrame(copy_rect,
679 rwhvp->CopyFromCompositingSurface(copy_rect, output_size, callback);
719 gfx::Rect copy_rect(400, 300);
720 gfx::Size output_size = copy_rect.size();
725 copy_rect,
733 gfx::Rect copy_rect(400, 300);
739 copy_rect,
863 gfx::Rect copy_rect = local
    [all...]
backing_store_gtk.cc 328 const gfx::Rect& copy_rect = copy_rects[i]; local
333 copy_rect.x() - bitmap_rect.x(), // src_x
334 copy_rect.y() - bitmap_rect.y(), // src_y
335 copy_rect.width(), // width
336 copy_rect.height(), // height
337 copy_rect.x(), // dest_x
338 copy_rect.y()); // dest_y
419 const gfx::Rect& copy_rect = copy_rects[i]; local
421 gfx::ScaleRect(copy_rect, scale_factor));
479 const gfx::Rect& copy_rect = copy_rects[i] local
    [all...]
render_widget_host_impl.cc 676 gfx::Rect copy_rect = src_subrect.IsEmpty() ? local
681 bool result = backing_store->CopyFromBackingStore(copy_rect, &output);
1162 gfx::Rect copy_rect = src_subrect.IsEmpty() ? local
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_tab_helper.cc 104 gfx::Rect copy_rect = gfx::Rect(view->GetViewBounds().size()); local
109 copy_rect.Inset(0, 0, scrollbar_size, scrollbar_size);
111 if (copy_rect.IsEmpty())
115 copy_rect.size(),
117 &copy_rect,
121 copy_rect,
  /external/chromium_org/cc/output/
software_renderer.cc 477 gfx::Rect copy_rect = frame->current_render_pass->output_rect; local
480 // origin of the full copy_rect.
481 copy_rect.Intersect(request->area() - copy_rect.OffsetFromOrigin());
483 gfx::Rect window_copy_rect = MoveFromDrawToWindowSpace(copy_rect);
gl_renderer.cc 1967 gfx::Rect copy_rect = frame->current_render_pass->output_rect; local
    [all...]

Completed in 91 milliseconds