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/wm/core/
image_grid.cc 88 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()));
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 720 const gfx::ImageSkia& bottom_left_image = local
751 bottom_left_image.width(),
753 width() - bottom_left_image.width() -
756 canvas->DrawImageInt(bottom_left_image,
758 height() - bottom_left_image.height());
766 bottom_left_image.height());

Completed in 288 milliseconds