HomeSort by relevance Sort by last modified time
    Searched refs:bottom_left_image (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/corewm/
image_grid.cc 54 const gfx::Image* bottom_left_image,
63 SetImage(bottom_left_image, &bottom_left_layer_, &bottom_left_painter_);
75 base_bottom_row_height_ = max(GetImageSize(bottom_left_image).height(),
80 GetImageSize(bottom_left_image).width()));
image_grid.h 118 const gfx::Image* bottom_left_image,
image_grid_unittest.cc 283 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/
panel_frame_view.cc 724 const gfx::ImageSkia& bottom_left_image = local
755 bottom_left_image.width(),
757 width() - bottom_left_image.width() -
760 canvas->DrawImageInt(bottom_left_image,
762 height() - bottom_left_image.height());
770 bottom_left_image.height());

Completed in 512 milliseconds