Searched refs:wallpaper_rect (Results 1 – 2 of 2) sorted by relevance
42 gfx::Rect wallpaper_rect(0, 0, orig_width, orig_height); in Resize() local47 wallpaper_rect.ClampToCenteredSize(cropped_size); in Resize()49 gfx::RectToSkIRect(wallpaper_rect)); in Resize()52 wallpaper_rect.set_size(cropped_size); in Resize()54 gfx::RectToSkIRect(wallpaper_rect)); in Resize()78 wallpaper_rect.ClampToCenteredSize(cropped_size); in Resize()81 gfx::RectToSkIRect(wallpaper_rect)); in Resize()
152 gfx::Rect wallpaper_rect( in OnPaint() local194 (width() - wallpaper_rect.width()) / 2, in OnPaint()195 (height() - wallpaper_rect.height()) / 2, in OnPaint()196 wallpaper_rect.width(), in OnPaint()197 wallpaper_rect.height(), in OnPaint()