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

/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc88 const gfx::Image* bottom_left_image,
97 SetImage(bottom_left_image, &bottom_left_layer_, &bottom_left_painter_, NONE);
110 base_bottom_row_height_ = max(GetImageSize(bottom_left_image).height(),
115 GetImageSize(bottom_left_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.h118 const gfx::Image* bottom_left_image,
H A Dimage_grid_unittest.cc283 scoped_ptr<gfx::Image> bottom_left_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.cc723 const gfx::ImageSkia& bottom_left_image = local
754 bottom_left_image.width(),
756 width() - bottom_left_image.width() -
759 canvas->DrawImageInt(bottom_left_image,
761 height() - bottom_left_image.height());
769 bottom_left_image.height());

Completed in 2827 milliseconds