HomeSort by relevance Sort by last modified time
    Searched refs:shelf_background (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
shelf_widget.cc 179 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(),
458 gfx::ImageSkia shelf_background = local
461 shelf_background = gfx::ImageSkiaOperations::CreateRotatedImage(
462 shelf_background,
471 canvas->DrawImageInt(shelf_background,
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 96 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.width()
155 gfx::ImageSkia shelf_background = local
    [all...]

Completed in 540 milliseconds