Home
last modified time | relevance | path

Searched refs:background_image (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ash/shelf/
Dalternate_app_list_button.cc124 const gfx::ImageSkia* background_image = in OnPaint() local
133 background_bounds.set_size(background_image->size()); in OnPaint()
136 ShelfLayoutManager::kShelfItemInset - background_image->width()); in OnPaint()
138 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()
142 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()
146 (contents_bounds.width() - background_image->width()) / 2); in OnPaint()
157 canvas->DrawImageInt(*background_image, in OnPaint()
/external/chromium_org/ui/views/controls/scrollbar/
Dbitmap_scroll_bar.cc111 return gfx::Size(background_image()->width(), in GetPreferredSize()
124 canvas->TileImageInt(*background_image(), 0, top_cap_height, in OnPaint()
125 background_image()->width(), thumb_body_height); in OnPaint()
148 gfx::ImageSkia* background_image() const { in background_image() function in views::__anon1da090880111::BitmapScrollBarThumb
/external/chromium_org/chrome/browser/download/
Ddownload_shelf.cc104 const gfx::ImageSkia& background_image, in PaintCustomDownloadProgress() argument
111 canvas->DrawImageInt(background_image, in PaintCustomDownloadProgress()
Ddownload_shelf.h103 const gfx::ImageSkia& background_image,
/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc395 SkBitmap background_image = background_canvas.ExtractBitmap(); in PaintInactiveTabBackgroundWithTitleChange() local
429 hover_canvas.ExtractBitmap(), background_image); in PaintInactiveTabBackgroundWithTitleChange()
432 canvas->DrawBitmapInt(background_image, 0, 0); in PaintInactiveTabBackgroundWithTitleChange()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc1269 gfx::ImageSkia background_image(background_canvas.ExtractImageRep()); in PaintInactiveTabBackgroundWithTitleChange() local
1300 gfx::ImageSkia(hover_canvas.ExtractImageRep()), background_image); in PaintInactiveTabBackgroundWithTitleChange()
1303 canvas->DrawImageInt(background_image, 0, 0); in PaintInactiveTabBackgroundWithTitleChange()