Searched refs:background_image (Results 1 – 5 of 5) sorted by relevance
122 const gfx::ImageSkia* background_image = in OnPaint() local131 background_bounds.set_size(background_image->size()); in OnPaint()134 ShelfLayoutManager::kShelfItemInset - background_image->width()); in OnPaint()136 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()140 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()144 (contents_bounds.width() - background_image->width()) / 2); in OnPaint()155 canvas->DrawImageInt(*background_image, in OnPaint()
139 const gfx::ImageSkia* background_image = in OnPaint() local148 background_bounds.set_size(background_image->size()); in OnPaint()151 ShelfLayoutManager::kShelfItemInset - background_image->width()); in OnPaint()153 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()157 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()161 (contents_bounds.width() - background_image->width()) / 2); in OnPaint()172 canvas->DrawImageInt(*background_image, in OnPaint()
99 const gfx::ImageSkia& background_image, in PaintCustomDownloadProgress() argument106 canvas->DrawImageInt(background_image, in PaintCustomDownloadProgress()
100 const gfx::ImageSkia& background_image,
1117 gfx::ImageSkia background_image(background_canvas.ExtractImageRep()); in PaintInactiveTabBackgroundWithTitleChange() local1148 gfx::ImageSkia(hover_canvas.ExtractImageRep()), background_image); in PaintInactiveTabBackgroundWithTitleChange()1151 canvas->DrawImageInt(background_image, 0, 0); in PaintInactiveTabBackgroundWithTitleChange()