Home
last modified time | relevance | path

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

/external/chromium_org/ui/wm/core/
Dimage_grid.cc90 const gfx::Image* bottom_right_image) { in SetImages() argument
100 bottom_right_image, &bottom_right_layer_, &bottom_right_painter_, NONE); in SetImages()
112 GetImageSize(bottom_right_image).height())); in SetImages()
118 GetImageSize(bottom_right_image).width())); in SetImages()
Dimage_grid.h120 const gfx::Image* bottom_right_image);
Dimage_grid_unittest.cc286 scoped_ptr<gfx::Image> bottom_right_image( in TEST_F() local
293 bottom_left_image.get(), bottom_image.get(), bottom_right_image.get()); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_frame_view.cc722 const gfx::ImageSkia& bottom_right_image = in PaintFrameEdge() local
744 bottom_right_image.height()); in PaintFrameEdge()
747 canvas->DrawImageInt(bottom_right_image, in PaintFrameEdge()
748 width() - bottom_right_image.width(), in PaintFrameEdge()
749 height() - bottom_right_image.height()); in PaintFrameEdge()
754 bottom_right_image.width(), in PaintFrameEdge()