Searched defs:shelf_background (Results 1 - 2 of 2) sorted by relevance

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

Completed in 118 milliseconds