Home
last modified time | relevance | path

Searched refs:shelf_background (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_widget.cc179 gfx::ImageSkia shelf_background = in OnPaintBackground() local
183 shelf_background = gfx::ImageSkiaOperations::CreateRotatedImage( in OnPaintBackground()
184 shelf_background, in OnPaintBackground()
192 canvas->DrawImageInt(shelf_background, in OnPaintBackground()
195 shelf_background.width(), in OnPaintBackground()
196 shelf_background.height(), in OnPaintBackground()
469 gfx::ImageSkia shelf_background = in OnPaintBackground() local
472 shelf_background = gfx::ImageSkiaOperations::CreateRotatedImage( in OnPaintBackground()
473 shelf_background, in OnPaintBackground()
482 canvas->DrawImageInt(shelf_background, in OnPaintBackground()
[all …]
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc96 const gfx::ImageSkia& shelf_background( in OnNativeWidgetPaint() local
102 canvas->DrawImageInt(shelf_background, in OnNativeWidgetPaint()
105 shelf_background.width(), in OnNativeWidgetPaint()
106 shelf_background.height(), in OnNativeWidgetPaint()
108 ? rect.width() - shelf_background.width() in OnNativeWidgetPaint()
111 shelf_background.width(), in OnNativeWidgetPaint()
116 shelf_background, in OnNativeWidgetPaint()
117 alignment_ == DOCKED_ALIGNMENT_LEFT ? 0 : shelf_background.width() - 1, in OnNativeWidgetPaint()
120 shelf_background.height(), in OnNativeWidgetPaint()
121 alignment_ == DOCKED_ALIGNMENT_LEFT ? 0 : shelf_background.width(), in OnNativeWidgetPaint()
[all …]