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

  /external/chromium_org/ui/wm/core/
image_grid.cc 89 const gfx::Image* bottom_image,
98 SetImage(bottom_image, &bottom_layer_, &bottom_painter_, HORIZONTAL);
103 bottom_image_height_ = GetImageSize(bottom_image).height();
111 max(GetImageSize(bottom_image).height(),
image_grid.h 119 const gfx::Image* bottom_image,
image_grid_unittest.cc 285 scoped_ptr<gfx::Image> bottom_image(CreateImage(gfx::Size(kEdge, kEdge)));
293 bottom_left_image.get(), bottom_image.get(), bottom_right_image.get());
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 193 const gfx::ImageSkia& bottom_image,
199 int center_height = height - top_image.height() - bottom_image.height();
204 canvas->DrawImageInt(bottom_image,
205 0, 0, bottom_image.width(), bottom_image.height(),
206 x, y, width, bottom_image.height(), false);
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc     [all...]
download_item_view.h 178 const gfx::ImageSkia* bottom_image,
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 725 const gfx::ImageSkia& bottom_image = GetBottomEdgeImage(); local
750 canvas->TileImageInt(bottom_image,
752 height() - bottom_image.height(),
755 bottom_image.height());

Completed in 403 milliseconds