HomeSort by relevance Sort by last modified time
    Searched refs:copy_rects (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.h 58 const std::vector<gfx::Rect>& copy_rects,
test_backing_store.cc 21 const std::vector<gfx::Rect>& copy_rects,
test_backing_store.h 24 const std::vector<gfx::Rect>& copy_rects,
backing_store_gtk.h 63 const std::vector<gfx::Rect>& copy_rects,
78 const std::vector<gfx::Rect>& copy_rects);
backing_store.h 48 // gives the location of bitmap, and copy_rects specifies the subregion(s) of
60 const std::vector<gfx::Rect>& copy_rects,
backing_store_aura.h 45 const std::vector<gfx::Rect>& copy_rects,
backing_store_win.h 32 const std::vector<gfx::Rect>& copy_rects,
backing_store_aura.cc 95 const std::vector<gfx::Rect>& copy_rects,
123 for (size_t i = 0; i < copy_rects.size(); i++) {
125 gfx::ScaleRect(copy_rects[i], scale_factor));
133 gfx::ScaleRect(copy_rects[i], device_scale_factor_));
backing_store_mac.h 40 const std::vector<gfx::Rect>& copy_rects,
backing_store_gtk.cc 316 const std::vector<gfx::Rect>& copy_rects) {
327 for (size_t i = 0; i < copy_rects.size(); i++) {
328 const gfx::Rect& copy_rect = copy_rects[i];
348 const std::vector<gfx::Rect>& copy_rects,
374 return PaintRectWithoutXrender(dib, bitmap_rect, copy_rects);
418 for (size_t i = 0; i < copy_rects.size(); i++) {
419 const gfx::Rect& copy_rect = copy_rects[i];
478 for (size_t i = 0; i < copy_rects.size(); i++) {
479 const gfx::Rect& copy_rect = copy_rects[i];
backing_store_manager.cc 199 const std::vector<gfx::Rect>& copy_rects,
210 ComputeTotalArea(copy_rects) != backing_store_size.GetArea() ||
222 bitmap_rect, copy_rects, scale_factor,
backing_store_win.cc 103 const std::vector<gfx::Rect>& copy_rects,
137 for (size_t i = 0; i < copy_rects.size(); i++) {
138 gfx::Rect paint_rect = gfx::IntersectRects(view_rect, copy_rects[i]);
render_widget_host_view_gtk.h 92 const std::vector<gfx::Rect>& copy_rects,
render_widget_host_view_guest.h 99 const std::vector<gfx::Rect>& copy_rects,
render_widget_host_view_android.h 107 const std::vector<gfx::Rect>& copy_rects,
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.h 40 const std::vector<gfx::Rect>& copy_rects,
browser_plugin_backing_store.cc 36 const std::vector<gfx::Rect>& copy_rects,
60 for (size_t i = 0; i < copy_rects.size(); i++) {
62 gfx::ScaleRect(copy_rects[i], scale_factor_));
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 81 const std::vector<gfx::Rect>& copy_rects);
render_widget_host_view_mac.h 210 const std::vector<gfx::Rect>& copy_rects);
render_widget_host_view_views.h 67 const std::vector<gfx::Rect>& copy_rects) OVERRIDE;
render_widget_host_view_win.h 152 const std::vector<gfx::Rect>& copy_rects);
render_widget_host_view_gtk.cc 740 const std::vector<gfx::Rect>& copy_rects) {
752 for (size_t i = 0; i < copy_rects.size(); ++i) {
755 gfx::Rect rect = copy_rects[i].Subtract(scroll_rect);
    [all...]
  /external/chromium_org/content/common/browser_plugin/
browser_plugin_messages.h 111 IPC_STRUCT_MEMBER(std::vector<gfx::Rect>, copy_rects)
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 118 // The exposed rect from the scroll operation is included in copy_rects.
134 const std::vector<gfx::Rect>& copy_rects,
  /external/chromium_org/content/renderer/
render_widget.cc 1351 std::vector<gfx::Rect>& copy_rects = pending_update_params_->copy_rects; local
    [all...]

Completed in 389 milliseconds

1 2