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

  /external/chromium_org/ash/wm/
resize_shadow.h 22 class ImageGrid;
56 scoped_ptr<views::corewm::ImageGrid> image_grid_;
resize_shadow.cc 52 image_grid_.reset(new views::corewm::ImageGrid);
  /external/chromium_org/ui/views/corewm/
shadow.h 21 class ImageGrid;
73 scoped_ptr<ImageGrid> image_grid_;
image_grid.cc 26 gfx::RectF ImageGrid::TestAPI::GetTransformedLayerBounds(
33 ImageGrid::ImageGrid()
45 ImageGrid::~ImageGrid() {
48 void ImageGrid::SetImages(const gfx::Image* top_left_image,
89 void ImageGrid::SetSize(const gfx::Size& size) {
213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) {
226 void ImageGrid::ImagePainter::SetClipRect(const gfx::Rect& clip_rect,
234 void ImageGrid::ImagePainter::OnPaintLayer(gfx::Canvas* canvas)
    [all...]
image_grid.h 24 // An ImageGrid is a 3x3 array of ui::Layers, each containing an image.
44 // This may seem odd at first, but it lets ImageGrid be used to draw shadows
60 class VIEWS_EXPORT ImageGrid {
65 TestAPI(ImageGrid* grid) : grid_(grid) {}
84 ImageGrid* grid_; // not owned
89 ImageGrid();
90 ~ImageGrid();
222 DISALLOW_COPY_AND_ASSIGN(ImageGrid);
image_grid_unittest.cc 28 // Test that an ImageGrid's layers are transformed correctly when SetSize() is
39 ImageGrid grid;
44 ImageGrid::TestAPI test_api(&grid);
120 // Test that an ImageGrid's layers are transformed correctly when
131 ImageGrid grid;
136 ImageGrid::TestAPI test_api(&grid);
156 ImageGrid grid;
161 ImageGrid::TestAPI test_api(&grid);
188 ImageGrid grid;
194 ImageGrid::TestAPI test_api(&grid)
    [all...]
shadow.cc 64 image_grid_.reset(new ImageGrid);

Completed in 189 milliseconds