/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_views.cc | 802 gfx::Rect paint_rect = gfx::Rect(0, 0, kMaxWindowWidth, kMaxWindowHeight); local 803 paint_rect = paint_rect.Intersect(invalid_rect_); 816 gfx::Point(paint_rect.x(), paint_rect.y()), canvas); 819 paint_rect, ui::GetX11WindowFromGdkWindow(window)); 825 GdkRectangle rect = { paint_rect.x(), paint_rect.y(), 826 paint_rect.width(), paint_rect.height() } [all...] |
render_widget_host_view_win.cc | 165 // Draw the contents of |backing_store_dc| onto |paint_rect| with a 70% grey 168 const gfx::Rect& paint_rect, 171 gfx::CanvasSkia canvas(paint_rect.width(), paint_rect.height(), true); 176 paint_rect.width(), 177 paint_rect.height(), 179 paint_rect.x(), 180 paint_rect.y(), 183 canvas.FillRectInt(color, 0, 0, paint_rect.width(), paint_rect.height()) 886 gfx::Rect paint_rect = bitmap_rect.Intersect(gfx::Rect(region_rects[i])); local [all...] |
render_widget_host_view_gtk.cc | 992 gfx::Rect paint_rect = gfx::Rect(0, 0, kMaxWindowWidth, kMaxWindowHeight); local [all...] |