Searched refs:wallpaper_rect (Results 1 – 2 of 2) sorted by relevance
43 gfx::Rect wallpaper_rect(0, 0, orig_width, orig_height); in Resize() local48 wallpaper_rect.ClampToCenteredSize(cropped_size); in Resize()50 gfx::RectToSkIRect(wallpaper_rect)); in Resize()53 wallpaper_rect.set_size(cropped_size); in Resize()55 gfx::RectToSkIRect(wallpaper_rect)); in Resize()79 wallpaper_rect.ClampToCenteredSize(cropped_size); in Resize()82 gfx::RectToSkIRect(wallpaper_rect)); in Resize()
115 gfx::Rect wallpaper_rect( in OnPaint() local157 (width() - wallpaper_rect.width()) / 2, in OnPaint()158 (height() - wallpaper_rect.height()) / 2, in OnPaint()159 wallpaper_rect.width(), in OnPaint()160 wallpaper_rect.height(), in OnPaint()