Searched refs:paint_rect (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_win.cc | 168 const gfx::Rect& paint_rect, in DrawDeemphasized() argument 171 gfx::CanvasSkia canvas(paint_rect.width(), paint_rect.height(), true); in DrawDeemphasized() 176 paint_rect.width(), in DrawDeemphasized() 177 paint_rect.height(), in DrawDeemphasized() 179 paint_rect.x(), in DrawDeemphasized() 180 paint_rect.y(), in DrawDeemphasized() 183 canvas.FillRectInt(color, 0, 0, paint_rect.width(), paint_rect.height()); in DrawDeemphasized() 184 canvas.getTopPlatformDevice().drawToHDC(paint_dc, paint_rect.x(), in DrawDeemphasized() 185 paint_rect.y(), NULL); in DrawDeemphasized() 886 gfx::Rect paint_rect = bitmap_rect.Intersect(gfx::Rect(region_rects[i])); in OnPaint() local [all …]
|
D | render_widget_host_view_views.cc | 802 gfx::Rect paint_rect = gfx::Rect(0, 0, kMaxWindowWidth, kMaxWindowHeight); in OnPaint() local 803 paint_rect = paint_rect.Intersect(invalid_rect_); in OnPaint() 816 gfx::Point(paint_rect.x(), paint_rect.y()), canvas); in OnPaint() 819 paint_rect, ui::GetX11WindowFromGdkWindow(window)); in OnPaint() 825 GdkRectangle rect = { paint_rect.x(), paint_rect.y(), in OnPaint() 826 paint_rect.width(), paint_rect.height() }; in OnPaint() 830 paint_rect, GDK_DRAWABLE(window)); in OnPaint()
|
D | render_widget_host_view_gtk.cc | 992 gfx::Rect paint_rect = gfx::Rect(0, 0, kMaxWindowWidth, kMaxWindowHeight); in Paint() local 993 paint_rect = paint_rect.Intersect(invalid_rect_); in Paint() 1004 paint_rect, ui::GetX11WindowFromGtkWidget(view_.get())); in Paint() 1011 if (paint_rect != damage_rect) { in Paint() 1013 paint_rect.Subtract(damage_rect).ToGdkRectangle(); in Paint()
|