Searched refs:bottom_right_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc90 const gfx::Image* bottom_right_image) {
100 bottom_right_image, &bottom_right_layer_, &bottom_right_painter_, NONE);
112 GetImageSize(bottom_right_image).height()));
118 GetImageSize(bottom_right_image).width()));
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.h120 const gfx::Image* bottom_right_image);
H A Dimage_grid_unittest.cc286 scoped_ptr<gfx::Image> bottom_right_image(
293 bottom_left_image.get(), bottom_image.get(), bottom_right_image.get());
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc725 const gfx::ImageSkia& bottom_right_image = local
747 bottom_right_image.height());
750 canvas->DrawImageInt(bottom_right_image,
751 width() - bottom_right_image.width(),
752 height() - bottom_right_image.height());
757 bottom_right_image.width(),

Completed in 208 milliseconds