Searched refs:top_image (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc83 const gfx::Image* top_image,
92 SetImage(top_image, &top_layer_, &top_painter_, HORIZONTAL);
102 top_image_height_ = GetImageSize(top_image).height();
108 max(GetImageSize(top_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
H A Dimage_grid.h113 const gfx::Image* top_image,
H A Dimage_grid_unittest.cc230 scoped_ptr<gfx::Image> top_image(CreateImage(gfx::Size(kEdge, kEdge)));
237 grid.SetImages(top_left_image.get(), top_image.get(), top_right_image.get(),
277 scoped_ptr<gfx::Image> top_image(CreateImage(gfx::Size(kEdge, kEdge)));
291 top_left_image.get(), top_image.get(), top_right_image.get(),
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc192 const gfx::ImageSkia& top_image,
196 canvas->DrawImageInt(top_image,
197 0, 0, top_image.width(), top_image.height(),
198 x, y, width, top_image.height(), false);
199 y += top_image.height();
200 int center_height = height - top_image.height() - bottom_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
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc1096 const gfx::ImageSkia* top_image,
1100 int middle_height = height - top_image->height() - bottom_image->height();
1102 canvas->DrawImageInt(*top_image,
1103 0, 0, top_image->width(), top_image->height(),
1104 x, y, width, top_image->height(), false);
1105 y += top_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
H A Ddownload_item_view.h180 const gfx::ImageSkia* top_image,
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc727 const gfx::ImageSkia& top_image = GetTopEdgeImage(); local
734 canvas->TileImageInt(top_image,
738 top_image.height());

Completed in 143 milliseconds