Searched defs:center_image (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc86 const gfx::Image* center_image,
95 SetImage(center_image, &center_layer_, &center_painter_, NONE);
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.cc1097 const gfx::ImageSkia* center_image,
1107 canvas->DrawImageInt(*center_image,
1108 0, 0, center_image->width(), center_image->height(),
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/ui/views/controls/combobox/
H A Dcombobox.cc193 const gfx::ImageSkia& center_image,
201 canvas->DrawImageInt(center_image,
202 0, 0, center_image.width(), center_image.height(),
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 126 milliseconds