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

  /external/chromium_org/ui/wm/core/
image_grid.cc 82 void ImageGrid::SetImages(const gfx::Image* top_left_image,
91 SetImage(top_left_image, &top_left_layer_, &top_left_painter_, NONE);
107 base_top_row_height_ = max(GetImageSize(top_left_image).height(),
113 base_left_column_width_ = max(GetImageSize(top_left_image).width(),
image_grid.h 112 void SetImages(const gfx::Image* top_left_image,
image_grid_unittest.cc 228 scoped_ptr<gfx::Image> top_left_image(
237 grid.SetImages(top_left_image.get(), top_image.get(), top_right_image.get(),
275 scoped_ptr<gfx::Image> top_left_image(
291 top_left_image.get(), top_image.get(), top_right_image.get(),
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 718 const gfx::ImageSkia& top_left_image = GetTopLeftCornerImage(corner_style_); local
730 canvas->DrawImageInt(top_left_image, 0, 0);
732 top_left_image.width(),
763 top_left_image.height(),
765 height() - top_left_image.height() -

Completed in 2657 milliseconds