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

  /external/chromium_org/ui/wm/core/
image_grid.cc 90 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()));
image_grid.h 120 const gfx::Image* bottom_right_image);
image_grid_unittest.cc 286 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/
panel_frame_view.cc 722 const gfx::ImageSkia& bottom_right_image = local
744 bottom_right_image.height());
747 canvas->DrawImageInt(bottom_right_image,
748 width() - bottom_right_image.width(),
749 height() - bottom_right_image.height());
754 bottom_right_image.width(),

Completed in 99 milliseconds