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

  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 122 const gfx::ImageSkia* background_image = local
131 background_bounds.set_size(background_image->size());
134 ShelfLayoutManager::kShelfItemInset - background_image->width());
136 (contents_bounds.height() - background_image->height()) / 2);
140 (contents_bounds.height() - background_image->height()) / 2);
144 (contents_bounds.width() - background_image->width()) / 2);
155 canvas->DrawImageInt(*background_image,
app_list_button.cc 139 const gfx::ImageSkia* background_image = local
148 background_bounds.set_size(background_image->size());
151 ShelfLayoutManager::kShelfItemInset - background_image->width());
153 (contents_bounds.height() - background_image->height()) / 2);
157 (contents_bounds.height() - background_image->height()) / 2);
161 (contents_bounds.width() - background_image->width()) / 2);
172 canvas->DrawImageInt(*background_image,

Completed in 307 milliseconds