Searched defs:bottom_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc89 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(),
82 SetImages(const gfx::Image* top_left_image, const gfx::Image* top_image, const gfx::Image* top_right_image, const gfx::Image* left_image, const gfx::Image* center_image, const gfx::Image* right_image, const gfx::Image* bottom_left_image, const gfx::Image* bottom_image, const gfx::Image* bottom_right_image) argument
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc1098 const gfx::ImageSkia* bottom_image,
1100 int middle_height = height - top_image->height() - bottom_image->height();
1112 canvas->DrawImageInt(*bottom_image,
1113 0, 0, bottom_image->width(), bottom_image->height(),
1114 x, y, width, bottom_image->height(), false);
1095 PaintImages(gfx::Canvas* canvas, const gfx::ImageSkia* top_image, const gfx::ImageSkia* center_image, const gfx::ImageSkia* bottom_image, int x, int y, int height, int width) argument
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc728 const gfx::ImageSkia& bottom_image = GetBottomEdgeImage(); local
753 canvas->TileImageInt(bottom_image,
755 height() - bottom_image.height(),
758 bottom_image.height());
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc194 const gfx::ImageSkia& bottom_image,
200 int center_height = height - top_image.height() - bottom_image.height();
205 canvas->DrawImageInt(bottom_image,
206 0, 0, bottom_image.width(), bottom_image.height(),
207 x, y, width, bottom_image.height(), false);
191 PaintImagesVertically(gfx::Canvas* canvas, const gfx::ImageSkia& top_image, const gfx::ImageSkia& center_image, const gfx::ImageSkia& bottom_image, int x, int y, int width, int height) argument

Completed in 2349 milliseconds